Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package-lock.json
1 parent 2642349 commit 1232ed9Copy full SHA for 1232ed9
.gitignore
@@ -26,9 +26,10 @@ 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
-phido.conf
35
+phido.conf
.npmignore
@@ -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?
+# Node.js modules
+node_modules
+# NPM error logs
+npm-debug.log
+# Project-specific
36
37
+# .npmignore should ignore tests and Git stuff
38
+test
39
+.gitignore
40
+.git
0 commit comments