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.
1 parent 3103917 commit 44b9fd1Copy full SHA for 44b9fd1
1 file changed
.gitignore
@@ -1,26 +1,35 @@
1
# Logs
2
-logs
3
-*.log
+/logs
+/*.log
4
5
# Runtime data
6
-pids
7
-*.pid
8
-*.seed
+/pids
+/*.pid
+/*.seed
9
10
# Directory for instrumented libs generated by jscoverage/JSCover
11
-lib-cov
+/lib-cov
12
13
# Coverage directory used by tools like istanbul
14
-coverage
+/coverage
15
16
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17
-.grunt
+/.grunt
18
19
# node-waf configuration
20
-.lock-wscript
+/.lock-wscript
21
22
# Compiled binary addons (http://nodejs.org/api/addons.html)
23
-build/Release
+/build/Release
24
25
-node_modules
26
-.DS_store
+**/node_modules
+/.DS_store
27
+
28
+# IDEs data
29
+**/*.swp
30
+**/*.swo
31
+/Session*.vim
32
+/.netrwhist
33
+**/*~
34
+/.idea
35
+/.vscode
0 commit comments