Gitignore package-lock.json files
This commit is contained in:
parent
b2c53162e9
commit
573ddcce23
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -72,4 +72,7 @@ yarn-debug.log*
|
||||||
.yarn-integrity
|
.yarn-integrity
|
||||||
|
|
||||||
# we don't want the file storage directory to be committed
|
# we don't want the file storage directory to be committed
|
||||||
storage
|
storage
|
||||||
|
|
||||||
|
# No package-lock.json file from npm
|
||||||
|
package-lock.json
|
||||||
|
|
Loading…
Reference in a new issue