17750c14-2587-4d5b-8eb0-0b584674718a
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,5 +1,8 @@
|
||||
# Dependencies
|
||||
**/node_modules
|
||||
.next
|
||||
.cache
|
||||
.build
|
||||
*.nfs*
|
||||
**/.yarn/
|
||||
!**/.yarn/patches
|
||||
!**/.yarn/plugins
|
||||
@@ -9,33 +12,12 @@
|
||||
!**/.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*
|
||||
*.tsbuildinfo
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user