-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update dockerfile & dockerignore
- Loading branch information
1 parent
40074ff
commit 2308dd8
Showing
2 changed files
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,36 @@ | ||
# Ignore unneeded files | ||
LICENSE | ||
README.md | ||
**/__pycache__/ | ||
config.toml | ||
**/docker-compose* | ||
**/Dockerfile* | ||
**/other | ||
|
||
# IDE files | ||
.idea | ||
.vscode | ||
|
||
# Local files | ||
emojis.zip | ||
timeout_wars | ||
merlin-latest | ||
service_logs.txt | ||
config/config.toml | ||
*sql | ||
|
||
# Ignore all logs | ||
logs/* | ||
*.log | ||
|
||
# Cache files | ||
__pycache__ | ||
.mypy_cache/ | ||
.ruff_cache | ||
|
||
# Virtual environments | ||
venv | ||
.venv | ||
env | ||
.env | ||
|
||
# Ignore configuration files | ||
config.toml | ||
docker-compose* | ||
Dockerfile* | ||
other |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters