Skip to content

Commit 52606bd

Browse files
committed
chore: add .gitignore for open source release
1 parent 41ef19d commit 52606bd

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Build artifacts
2+
mbproxy
3+
*.exe
4+
5+
# Go specific
6+
vendor/
7+
*.test
8+
*.out
9+
10+
# IDE files
11+
.idea/
12+
.vscode/
13+
*.swp
14+
*.swo
15+
*~
16+
17+
# Test artifacts
18+
coverage.out
19+
coverage.html
20+
21+
# Environment files
22+
.env
23+
.env.*
24+
25+
# OS files
26+
.DS_Store
27+
Thumbs.db

0 commit comments

Comments
 (0)