Skip to content

Commit bd88057

Browse files
committed
.gitignore
1 parent 89a7b12 commit bd88057

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Binaries
2+
bin/
3+
*.exe
4+
*.out
5+
6+
# IDE
7+
.vscode/
8+
.idea/
9+
10+
# Environment
11+
.env
12+
13+
# Local Go caches (used for sandbox-safe testing)
14+
.gocache/
15+
.gomodcache/

0 commit comments

Comments
 (0)