Skip to content

Commit 0f50646

Browse files
committed
chore: remove binary files and update .gitignore
- Removed main binary from git - Added main and .golangci-lint-cache/ to .gitignore
1 parent b1c705d commit 0f50646

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ go.work
1919

2020
# Build artifacts
2121
ghcr-exporter
22+
main
2223
coverage.txt
2324

25+
# Linter cache
26+
.golangci-lint-cache/
27+
2428
# IDE files
2529
.vscode/
2630
.idea/

0 commit comments

Comments
 (0)