Skip to content

Commit 35c463d

Browse files
committed
add .gitignore
1 parent 58a4e8e commit 35c463d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.gitignore

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Created by https://www.gitignore.io/api/node
2+
3+
.DS_Store
4+
5+
### Node ###
6+
# Logs
7+
logs
8+
*.log
9+
npm-debug.log*
10+
11+
# Runtime data
12+
pids
13+
*.pid
14+
*.seed
15+
16+
# Directory for instrumented libs generated by jscoverage/JSCover
17+
lib-cov
18+
19+
# Compiled binary addons (http://nodejs.org/api/addons.html)
20+
build/Release
21+
22+
# Dependency directories
23+
node_modules
24+
jspm_packages
25+
26+
# Optional npm cache directory
27+
.npm
28+
29+
# Optional REPL history
30+
.node_repl_history
31+
32+
# Learn-specific .results.json
33+
.results.json

0 commit comments

Comments
 (0)