From 608169aa45f4574d0ff7137ad852fbe22537506b Mon Sep 17 00:00:00 2001 From: Dan Rosart Date: Tue, 21 May 2019 00:00:34 -0700 Subject: [PATCH] Ignore node_modules directory Probably only relevant to those of us who use the graphical github client, since the command line already ignores anything in a directory it doesn't know about, but I do use the graphical client, so it's useful to me. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..8d335860f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Must have comment, right? +node_modules/