dockerize
This commit is contained in:
50
.dockerignore
Normal file
50
.dockerignore
Normal file
@ -0,0 +1,50 @@
|
||||
# Docker ignore file for discord-jellyseerr
|
||||
|
||||
# Python virtual environment
|
||||
.venv/
|
||||
venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Git files
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# Docker files
|
||||
.dockerignore
|
||||
|
||||
# Environment variables
|
||||
# Don't ignore .env since we need it to run the bot
|
||||
# but make sure not to commit it to version control
|
||||
|
||||
# OS specific
|
||||
.DS_Store
|
||||
Thumbs.db
|
Reference in New Issue
Block a user