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

Skip to content

Commit 1232ed9

Browse files
committed
do not commit package-lock.json (caused by npm/npm#16441)
1 parent 2642349 commit 1232ed9

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

.gitignore

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

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

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

3334
# Project-specific
34-
phido.conf
35+
phido.conf

.npmignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Packages
2+
*.7z
3+
*.dmg
4+
*.gz
5+
*.iso
6+
*.jar
7+
*.rar
8+
*.tar
9+
*.zip
10+
11+
# Logs and databases
12+
*.log
13+
*.sql
14+
*.sqlite
15+
16+
# Windows image file caches
17+
Thumbs.db
18+
19+
# Folder config file
20+
Desktop.ini
21+
22+
# Other OS generated files
23+
.DS_Store*
24+
ehthumbs.db
25+
Icon?
26+
27+
# Node.js modules
28+
node_modules
29+
package-lock.json
30+
31+
# NPM error logs
32+
npm-debug.log
33+
34+
# Project-specific
35+
phido.conf
36+
37+
# .npmignore should ignore tests and Git stuff
38+
test
39+
.gitignore
40+
.git

0 commit comments

Comments
 (0)