Files

32 lines
228 B
Plaintext

# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test & coverage
*.test
*.out
coverage.html
autoeq/
# Go workspace
vendor/
# IDE
.idea/
.vscode/
.qoder/
*.swp
*.swo
# Env & secrets
.env
.env.local
# OS
.DS_Store
Thumbs.db