mirror of
https://github.com/Dvorinka/ClubLogos.git
synced 2026-06-04 03:52:57 +00:00
upload
This commit is contained in:
+50
@@ -0,0 +1,50 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user