Skip to content

Commit 7bcce7f

Browse files
authored
.gitignore
1 parent eba0899 commit 7bcce7f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Diff for: .gitignore

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Dependencies
2+
node_modules/
3+
package-lock.json
4+
5+
# Environment
6+
.env
7+
.env.local
8+
.env.*.local
9+
10+
# Output
11+
dataset/
12+
logs/
13+
14+
# IDE
15+
.vscode/
16+
.idea/
17+
*.sublime-*
18+
19+
# OS
20+
.DS_Store
21+
Thumbs.db
22+
23+
# Logs
24+
*.log
25+
npm-debug.log*
26+
yarn-debug.log*
27+
yarn-error.log*

0 commit comments

Comments
 (0)