17750c14-2587-4d5b-8eb0-0b584674718a
This commit is contained in:
File diff suppressed because one or more lines are too long
28
.gitignore
vendored
28
.gitignore
vendored
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user