add package-lock.json to .gitignore
This commit is contained in:
parent
ee04e2f81f
commit
9bab8715da
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
# npm
|
# npm
|
||||||
node_modules
|
node_modules
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
# Don't include the compiled main.js file in the repo.
|
# Don't include the compiled main.js file in the repo.
|
||||||
# They should be uploaded to GitHub releases instead.
|
# They should be uploaded to GitHub releases instead.
|
||||||
|
|
Loading…
Reference in New Issue