Skip to content

Commit bcd1b53

Browse files
Added missing .gitignore files so bad things dont get checked in again
1 parent 118ae59 commit bcd1b53

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Gitbook
2+
_book/
3+
4+
# Logs
5+
logs
6+
*.log
7+
npm-debug.log*
8+
yarn-debug.log*
9+
yarn-error.log*
10+
11+
# Dependency directories
12+
node_modules/
13+
14+
# Optional npm cache directory
15+
.npm
16+
17+
# Optional REPL history
18+
.node_repl_history
19+
20+
# dotenv environment variables file
21+
.env

0 commit comments

Comments
 (0)