Files
ClubLogos/.gitignore
T
Tomas Dvorak b27fe6fe0e upload
2025-12-02 13:52:21 +01:00

51 lines
494 B
Plaintext

# Go build artifacts
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Go coverage
coverage.out
# Node / frontend
node_modules/
frontend/node_modules/
scripts/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
/dist/
frontend/dist/
frontend/public/dist/
backend/logs/
backend/logs/*
# Database & data
*.db
*.sqlite
/data/db/
/data/logs/
# Env files
.env
.env.*
!.env.example
# OS / editor noise
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
# Docker
*.pid