Skip to content

Commit 8aecfbb

Browse files
committed
chore: initial scaffold
0 parents  commit 8aecfbb

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# OS
2+
.DS_Store
3+
Thumbs.db
4+
5+
# IDE
6+
.idea/
7+
.vscode/
8+
*.swp
9+
*.swo
10+
11+
# Environment
12+
.env
13+
.env.local
14+
.env.*.local
15+
16+
# Toolbox binary
17+
toolbox
18+
19+
# Logs
20+
*.log

0 commit comments

Comments
 (0)