From db3d7f50aa43289d425dec0b4ae8851b0cafd1f3 Mon Sep 17 00:00:00 2001 From: Jon Frisby Date: Thu, 21 Feb 2013 21:43:27 -0800 Subject: [PATCH] Be more precise about what we ignore to avoid accidentally ignoring things. (... for example, we might want a directory named source/vendor at some point to differentiate theme-provided JS/etc from user-provided...) --- .gitignore | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index b2a7a29..e91bbfc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,18 +2,19 @@ .DS_Store *.sw[mnop] *~ -.sass-cache -.gist-cache -.pygments-cache -_deploy -public -sass.old -source.old -source/_stash -source/stylesheets/screen.css -source/javascripts/*.min.js -source/images/icon-*.png -vendor +/.sass-cache +/.gist-cache +/.pygments-cache +/_deploy +/public +/sass.old +/source.old +/source/_stash +/source/stylesheets/screen.css +/source/javascripts/*.min.js +/source/images/icon-*.png +/vendor +/lib/vendor node_modules /.preview-mode /_config.yml