mirror of
https://github.com/driftywinds/discord-timestamp-bot.git
synced 2026-01-06 13:14:21 +00:00
Rename dockerignore to .dockerignore
This commit is contained in:
36
.dockerignore
Normal file
36
.dockerignore
Normal file
@@ -0,0 +1,36 @@
|
||||
# Ignore environment files (security)
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Ignore version control
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Ignore Python cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# Ignore IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Ignore logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Ignore documentation
|
||||
README.md
|
||||
*.md
|
||||
|
||||
# Ignore Docker files (not needed in container)
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
.dockerignore
|
||||
Reference in New Issue
Block a user