From 9b71e8841927718591845229b7b78b71a2f04a36 Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Sun, 20 Sep 2015 16:12:26 +0200 Subject: [PATCH] close #15 New account delete option --- node_modules/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 node_modules/.gitignore 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