Merge pull request #317 from mystvearn147/patch-1
add package-lock.json file to gitignore
This commit is contained in:
commit
d840b2a88b
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
|
||||
node_modules
|
||||
npm-debug.log
|
||||
package-lock.json
|
||||
.DS_Store
|
||||
config/development.*
|
||||
config/production.*
|
||||
|
@ -30,4 +31,4 @@ public/grapejs/templates/*
|
|||
|
||||
config/production.toml
|
||||
workers/reports/config/production.toml
|
||||
docker-compose.override.yml
|
||||
docker-compose.override.yml
|
||||
|
|
Loading…
Reference in a new issue