This commit is contained in:
Tomáš Dvořák
2025-10-16 13:34:40 +02:00
parent 12cba639b9
commit f5e7be92c7
7 changed files with 317 additions and 201 deletions
+34 -201
View File
@@ -1,13 +1,14 @@
# Node modules
# Dependencies
node_modules/
frontend/node_modules/
# Environment variables
.env
# Build directories
/frontend/build
# Build outputs
/dist
/frontend/.next
/frontend/out
# Executables
/main
@@ -21,11 +22,6 @@ frontend/node_modules/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
@@ -35,212 +31,49 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Coverage directory used by tools like istanbul
coverage
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env.local
.env.development.local
.env.test.local
.env.production.local
# Next.js
.next/
# Local development
*.local
# Cache
.cache/
.cache-loader/
# Debug logs from npm
npm-debug.log*
# Docker overrides
docker-compose.override.yml
# Local Netlify folder
.netlify
# Go workspace file
go.work
# Yarn
.yarn/
.pnp.*
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.js
# IDE specific files
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Docker
**/docker-compose.override.yml
# Local development
frontend/.env.local
frontend/.env.development.local
frontend/.env.test.local
frontend/.env.production.local
# Build output
# Frontend build files
frontend/.next/
frontend/out/
# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Uploads directory
/uploads/
# Database files
*.db
*.sqlite
# Local development environment files
.env.local
.env.development.local
.env.test.local
.env.production.local
# Debug files
*.debug
# Local development
.DS_Store
# Local env files
.env*.local
# Local history for editors and IDEs
.history/
# Output of 'npm pack'
*.tgz
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env.local
.env.development.local
.env.test.local
.env.production.local
# Next.js
.next/
out/
# Production
build
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local development
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode/*
!.vscode/extensions.json
.idea
# Logs
logs
*.log
# Dependencies
node_modules/
# Build output
.next/
out/
# Local env files
.env*.local
# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local development
.DS_Store
# Local env files
.env*.local
# Local history for editors and IDEs
.history/
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env.local
.env.development.local
.env.test.local
.env.production.local
# Next.js
.next/
out/
# Production
build
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local development
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode/*
!.vscode/extensions.json
.idea
# Logs
logs
*.log
# Dependencies
node_modules/
# Build output
.next/
out/
# Local env files
.env*.local
# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*