mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
41 lines
401 B
Plaintext
41 lines
401 B
Plaintext
# Exclude heavy and unnecessary files from Docker build context
|
|
|
|
# VCS
|
|
.git
|
|
.gitignore
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Build outputs / caches
|
|
build
|
|
dist
|
|
.cache
|
|
.next
|
|
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/**
|
|
|
|
# Env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Editor / OS
|
|
.vscode
|
|
.idea
|