mirror of
https://github.com/Dvorinka/ClubLogos.git
synced 2026-06-04 03:52:57 +00:00
51 lines
494 B
Plaintext
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
|