Skip to content

Commit 8077341

Browse files
author
Stephen Miller
committed
Add git ignore file
1 parent 3ae20b3 commit 8077341

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Node.js
2+
node_modules/
3+
npm-debug.log
4+
yarn-error.log
5+
6+
# Logs
7+
logs
8+
*.log
9+
*.log.*
10+
11+
# Dependency directories
12+
jspm_packages/
13+
14+
# Optional npm cache directory
15+
.npm
16+
17+
# Optional eslint cache
18+
.eslintcache
19+
20+
# Optional REPL history
21+
.node_repl_history
22+
23+
# Output of 'npm pack'
24+
*.tgz
25+
26+
# dotenv environment variables file
27+
.env
28+
29+
# VS Code settings
30+
.vscode/

0 commit comments

Comments
 (0)