diff options
| author | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-02-18 17:21:35 +0000 |
|---|---|---|
| committer | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-02-18 17:21:35 +0000 |
| commit | c9f86ba8dbdf611dbbb35290ad8d205079d11470 (patch) | |
| tree | 9e37710de8a4453eed6350fe0f81634114c2150c | |
| parent | 31780ccf9deacc897edae8791faaea6e929fc674 (diff) | |
Added .gitignore file
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dbf0821 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/*
\ No newline at end of file |
