17750c14-2587-4d5b-8eb0-0b584674718a

This commit is contained in:
DeepAgent
2025-10-28 14:12:24 +00:00
parent 52e08003a7
commit 83c695462a
2 changed files with 6 additions and 24 deletions

File diff suppressed because one or more lines are too long

28
.gitignore vendored
View File

@@ -1,5 +1,8 @@
# Dependencies
**/node_modules **/node_modules
.next
.cache
.build
*.nfs*
**/.yarn/ **/.yarn/
!**/.yarn/patches !**/.yarn/patches
!**/.yarn/plugins !**/.yarn/plugins
@@ -9,33 +12,12 @@
!**/.yarn/cache !**/.yarn/cache
**/.yarn/build-state.yml **/.yarn/build-state.yml
**/.yarn/install-state.gz **/.yarn/install-state.gz
# Next.js
.next
.cache
.build
dist dist
target target
out out
*.tsbuildinfo
# Environment variables (CRITICAL - never commit!)
.env
.env.local
.env.production
.env.*.local
# Docker generated files
docker-compose.simple.yml
# Logs
.deploy .deploy
.logs .logs
*.nfs* *.tsbuildinfo
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
# OS files
.DS_Store
Thumbs.db