aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSamarth Agarwal <samarth.agarwal@mail.utoronto.ca>2019-02-18 17:25:41 +0000
committerSamarth Agarwal <samarth.agarwal@mail.utoronto.ca>2019-02-18 17:25:41 +0000
commit9a647161abaee0a2d7a14cb54034b32f926d856f (patch)
treeb97fad6ae1085abff63515239f9e346726627196 /.gitignore
parentb446bce7dcd57b444ddb794a6ff6cdc268ac1d31 (diff)
Updated .gitignore to ignore /node_modules/ folder.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 93fd621..abcb366 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-*/node_modules/* \ No newline at end of file
+**/node_modules/* \ No newline at end of file