Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48c771f

Browse files
committed
do not commit package-lock.json (caused by npm/npm#16441)
1 parent 85cb6cd commit 48c771f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Icon?
2626

2727
# Node.js modules
2828
node_modules
29+
package-lock.json
2930

3031
# NPM error logs
31-
npm-debug.log
32+
npm-debug.log

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ Icon?
2626

2727
# Node.js modules
2828
node_modules
29+
package-lock.json
2930

3031
# NPM error logs
3132
npm-debug.log
3233

3334
# .npmignore should ignore tests and Git stuff
3435
test
3536
.gitignore
36-
.git
37+
.git

0 commit comments

Comments
 (0)