prevent node_modules, package-lock.json being committed

This commit is contained in:
Sidney Alcantara
2020-02-11 11:43:32 +11:00
parent 8bff24dc32
commit e05099e904

3
.gitignore vendored
View File

@@ -31,7 +31,8 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Accidental package installs to root directory
# Accidental package installs to root directories
yarn.lock
package.json
package-lock.json
node_modules/