📄 production optimizations
This commit is contained in:
@@ -10,9 +10,10 @@ node_modules
|
||||
.next
|
||||
out
|
||||
|
||||
# Environment
|
||||
.env*
|
||||
!.env.example
|
||||
# Environment files
|
||||
.env* # Exclude all .env files
|
||||
!.env # EXCEPT .env (needed for build from CI/CD)
|
||||
!.env.example # Keep example
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user