Skip to content

Commit b116718

Browse files
committed
.gitignore
1 parent c9fb5da commit b116718

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

.gitignore

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1-
.idea/
1+
# Logs
2+
logs
23
*.log
3-
node_modules
4+
5+
# Runtime data
6+
pids
7+
*.pid
8+
*.seed
9+
10+
/build/
11+
12+
# Dependency directory
13+
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
14+
/node_modules/
15+
16+
/lib/
17+
/example/
18+
/reports/
19+
20+
/.eslintcache
21+
22+
.idea/
23+

0 commit comments

Comments
 (0)