Files
any-hub/.gitignore
2025-11-14 12:11:44 +08:00

27 lines
238 B
Plaintext

# Build & binary artifacts
bin/
*.exe
*.test
*.out
*.o
# Go vendor/cache
vendor/
# Coverage & reports
coverage/
*.coverprofile
# Editor & OS noise
.DS_Store
Thumbs.db
*.swp
*.tmp
.vscode/
.idea/
storage/
logs/
tmp/
config.toml
any-hub