Enhance project configuration by setting output to "standalone" in Next.js config files and updating .gitignore to include example environment files for better clarity and management.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -46,6 +46,8 @@ build/
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
!.env.docker.example
|
||||
!.env.example
|
||||
|
||||
# Ignore SQLite runtime files
|
||||
bot/db/**/*.db-journal
|
||||
|
||||
Reference in New Issue
Block a user