Skip to content

Commit 5acdb01

Browse files
committed
Add .gitignore
1 parent b5709b0 commit 5acdb01

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# OS
2+
.DS_Store
3+
Thumbs.db
4+
5+
# Editor
6+
.vscode/
7+
.idea/
8+
*.swp
9+
*.swo
10+
11+
# Build
12+
*.o
13+
*.out
14+
build/
15+
dist/
16+
node_modules/
17+
__pycache__/
18+
.env

0 commit comments

Comments
 (0)