summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/.gitignore4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/.gitignore b/frontend/.gitignore
index b85d5828..cf5f39d6 100644
--- a/frontend/.gitignore
+++ b/frontend/.gitignore
@@ -1,7 +1,5 @@
-# See http://help.github.com/ignore-files/ for more about ignoring files.
-
# dependencies
-../src/main/js/node_modules
+node_modules
# testing
coverage
bgstack15