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
+52
View File
@@ -0,0 +1,52 @@
# Global excludes for backend build context
# Reduce context size and avoid sending large/irrelevant files
# VCS
.git
.gitignore
# Node / frontend
frontend/node_modules
frontend/build
frontend/dist
frontend/.cache
frontend/.next
frontend/coverage
# 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