mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
60 lines
736 B
Plaintext
60 lines
736 B
Plaintext
# Global excludes for backend build context
|
|
# Reduce context size and avoid sending large/irrelevant files
|
|
|
|
# VCS
|
|
.git
|
|
.git_backup
|
|
.gitignore
|
|
|
|
# Node / frontend
|
|
frontend/node_modules
|
|
frontend/build
|
|
frontend/dist
|
|
frontend/.cache
|
|
frontend/.next
|
|
frontend/coverage
|
|
app/node_modules
|
|
app/build
|
|
landing/node_modules
|
|
landing/dist
|
|
eshop/frontend/node_modules
|
|
eshop/frontend/build
|
|
|
|
# Root-level node_modules if any
|
|
node_modules
|
|
|
|
# Go build artifacts
|
|
bin
|
|
out
|
|
build
|
|
coverage
|
|
|
|
# Logs and temp
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
.DS_Store
|
|
Thumbs.db
|
|
.tmp
|
|
.tmp/**
|
|
.temp
|
|
.temp/**
|
|
tmp
|
|
tmp/**
|
|
|
|
# Environments and local configs
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Docker
|
|
Dockerfile
|
|
Dockerfile.dev
|
|
|
|
# App data
|
|
uploads
|
|
cache
|
|
dist
|