diff --git a/.gitignore b/.gitignore index 3ee9fc10..58342ba7 100755 --- a/.gitignore +++ b/.gitignore @@ -72,4 +72,7 @@ yarn-debug.log* .yarn-integrity # we don't want the file storage directory to be committed -storage \ No newline at end of file +storage + +# No package-lock.json file from npm +package-lock.json