Skip to content

Commit 6a81046

Browse files
JAORMXclaude
andcommitted
Add .gitignore for build artifacts and IDE files
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 70f895f commit 6a81046

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Build artifacts
2+
bin/
3+
.task/
4+
5+
# Test coverage
6+
coverage.out
7+
coverage.html
8+
9+
# Go workspace file
10+
go.work
11+
go.work.sum
12+
13+
# IDE
14+
.idea/
15+
.vscode/
16+
*.swp
17+
*.swo
18+
*~
19+
20+
# OS
21+
.DS_Store
22+
Thumbs.db

0 commit comments

Comments
 (0)