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

5
.gitignore vendored
View file

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