Skip to content

Commit b899fa4

Browse files
committed
add: gitignore
1 parent 99f17b3 commit b899fa4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.gitignore

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Dependencies
2+
node_modules/
3+
package-lock.json
4+
yarn.lock
5+
6+
# Build
7+
dist/
8+
build/
9+
10+
# IDE
11+
.idea/
12+
.vscode/
13+
*.sublime-project
14+
*.sublime-workspace
15+
16+
# Logs
17+
logs
18+
*.log
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*
22+
23+
# Operating System
24+
.DS_Store
25+
Thumbs.db

0 commit comments

Comments
 (0)