This commit is contained in:
Tomáš Dvořák
2025-10-16 13:32:05 +02:00
commit 12cba639b9
663 changed files with 168914 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# 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