git ignore node modules
This commit is contained in:
parent
5e956ab5a1
commit
1c986d7417
|
@ -1,3 +1,4 @@
|
||||||
|
<<<<<<< HEAD
|
||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
|
@ -25,3 +26,7 @@ yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
client\node_modules
|
client\node_modules
|
||||||
server\node_modules
|
server\node_modules
|
||||||
|
=======
|
||||||
|
client/node_modules
|
||||||
|
server/node_modules
|
||||||
|
>>>>>>> git ignore node modules
|
||||||
|
|
Loading…
Reference in New Issue