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:
19
bot/.dockerignore
Normal file
19
bot/.dockerignore
Normal file
@@ -0,0 +1,19 @@
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
__pycache__
|
||||
*.py[cod]
|
||||
*.db
|
||||
*.db-journal
|
||||
.venv
|
||||
venv
|
||||
myenv
|
||||
.git
|
||||
.gitignore
|
||||
*.md
|
||||
LICENSE
|
||||
logs
|
||||
*.log
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
CodeX.py
|
||||
Reference in New Issue
Block a user