From 83ee89c369c473a9d4f41ec55276439f30ca464f Mon Sep 17 00:00:00 2001 From: Simon Bailey Date: Thu, 25 Sep 2014 21:04:08 +0100 Subject: [PATCH] chore: ignore npm log Signed-off-by: Simon Bailey --- .gitignore | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 40ab9fb..eced953 100644 --- a/.gitignore +++ b/.gitignore @@ -1,31 +1,15 @@ -### SublimeText ### *.sublime-workspace - -### OSX ### .DS_Store .AppleDouble .LSOverride Icon - -# Thumbnails ._* - -# Files that might appear on external disk .Spotlight-V100 .Trashes - -### Windows ### -# Windows image file caches Thumbs.db ehthumbs.db - -# Folder config file Desktop.ini - -# Recycle Bin used on file shares $RECYCLE.BIN/ - -# App specific - node_modules/ /test/* +npm-debug.log \ No newline at end of file