mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
77 lines
868 B
Plaintext
77 lines
868 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
frontend/node_modules/
|
|
|
|
# Build outputs
|
|
/dist
|
|
/frontend/.next
|
|
/frontend/out
|
|
|
|
# Executables
|
|
/main
|
|
/main.exe
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Local development
|
|
*.local
|
|
|
|
# Cache
|
|
.cache/
|
|
|
|
# Docker overrides
|
|
docker-compose.override.yml
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Frontend build files
|
|
frontend/.next/
|
|
frontend/out/
|
|
|
|
# Uploads directory
|
|
/uploads/
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite
|
|
|
|
# Local development environment files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Debug files
|
|
*.debug
|
|
|
|
# Local development
|
|
.DS_Store
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Yarn
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
.pnp.*
|