42 lines
515 B
Plaintext
42 lines
515 B
Plaintext
# Dependencies
|
|
**/node_modules
|
|
**/.yarn/
|
|
!**/.yarn/patches
|
|
!**/.yarn/plugins
|
|
!**/.yarn/releases
|
|
!**/.yarn/sdks
|
|
!**/.yarn/versions
|
|
!**/.yarn/cache
|
|
**/.yarn/build-state.yml
|
|
**/.yarn/install-state.gz
|
|
|
|
# Next.js
|
|
.next
|
|
.cache
|
|
.build
|
|
dist
|
|
target
|
|
out
|
|
*.tsbuildinfo
|
|
|
|
# Environment variables (CRITICAL - never commit!)
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.*.local
|
|
|
|
# Docker generated files
|
|
docker-compose.simple.yml
|
|
|
|
# Logs
|
|
.deploy
|
|
.logs
|
|
*.nfs*
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|