Update .vercelignore

This commit is contained in:
kleap-admin 2026-01-15 13:42:35 +00:00
parent 9da95ed3dd
commit e6c489a04d
1 changed files with 46 additions and 0 deletions

46
.vercelignore Normal file
View File

@ -0,0 +1,46 @@
# Development files
.env.local
.env.development
.env.test
*.log
.DS_Store
Thumbs.db
# Source maps (build faster without them)
*.map
# Test files
*.test.*
*.spec.*
__tests__
__mocks__
coverage
cypress
playwright
# Docs
README.md
CHANGELOG.md
LICENSE
docs
# IDEs
.vscode
.idea
*.sublime-*
# Caches
.cache
.turbo
.swc
node_modules/.cache
# Optional heavy dependencies
node_modules/@swc
node_modules/esbuild
node_modules/sharp
# Git
.git
.gitignore
.github