From 64b916bb43bd19ce35b0b9e2f41324d4c3aa5886 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 19 Dec 2015 18:47:58 +0000 Subject: [PATCH] Ignore any node_modules directory --- .gitignore | 1 + .jshintignore | 1 + .npmignore | 1 + 3 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d8c42b06a..5d7cc4870 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .c9/ tmp/ output/ +node_modules/ diff --git a/.jshintignore b/.jshintignore index cca917270..1e934b384 100644 --- a/.jshintignore +++ b/.jshintignore @@ -5,3 +5,4 @@ plugins/tiddlywiki/highlight/files/ plugins/tiddlywiki/jasmine/files/ plugins/tiddlywiki/markdown/files/ plugins/tiddlywiki/markdown/files/ +node_modules/ diff --git a/.npmignore b/.npmignore index d8c42b06a..5d7cc4870 100644 --- a/.npmignore +++ b/.npmignore @@ -2,3 +2,4 @@ .c9/ tmp/ output/ +node_modules/