diff options
| author | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-02-18 17:25:41 +0000 |
|---|---|---|
| committer | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-02-18 17:25:41 +0000 |
| commit | 9a647161abaee0a2d7a14cb54034b32f926d856f (patch) | |
| tree | b97fad6ae1085abff63515239f9e346726627196 | |
| parent | b446bce7dcd57b444ddb794a6ff6cdc268ac1d31 (diff) | |
Updated .gitignore to ignore /node_modules/ folder.
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -*/node_modules/*
\ No newline at end of file +**/node_modules/*
\ No newline at end of file |
