Files
MyClub/frontend/.dockerignore
T
Tomáš Dvořák 12cba639b9 upload
2025-10-16 13:32:05 +02:00

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