diff --git a/node_modules/.gitignore b/node_modules/.gitignore new file mode 100644 index 00000000..2b5100cf --- /dev/null +++ b/node_modules/.gitignore @@ -0,0 +1,4 @@ +#ignore all files in this dir... +* +#... except for this one. +!.gitignore \ No newline at end of file