1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 20:19:45 +00:00
Files
Mole/.gitignore

17 lines
169 B
Plaintext

# Windows Mole - .gitignore
# Build artifacts
bin/*.exe
# Go build cache
.gocache/
# IDE files
.idea/
.vscode/
*.code-workspace
# Test artifacts
*.test
coverage.out