git ignore node modules

This commit is contained in:
Priyatham-sai-chand 2021-03-24 13:17:47 +05:30 committed by Priyatham Sai Chand
parent 5e956ab5a1
commit 1c986d7417
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -1,3 +1,4 @@
<<<<<<< HEAD
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
@ -25,3 +26,7 @@ yarn-debug.log*
yarn-error.log*
client\node_modules
server\node_modules
=======
client/node_modules
server/node_modules
>>>>>>> git ignore node modules