Gitignore package-lock.json files

This commit is contained in:
Eric Schultz 2020-11-12 17:05:32 -06:00 committed by Eric Schultz
parent b2c53162e9
commit 573ddcce23

3
.gitignore vendored
View file

@ -73,3 +73,6 @@ yarn-debug.log*
# we don't want the file storage directory to be committed
storage
# No package-lock.json file from npm
package-lock.json