1
0
Files
emby-tv-logo-tools/.dockerignore
Seth Van Niekerk 3efdc7b7bc
All checks were successful
Build & Push Docker Image / build-and-publish (push) Successful in 11s
containerize & enhance filtering
2026-02-08 12:03:17 -05:00

32 lines
245 B
Plaintext

# Git files
.git
.gitignore
.gitea
# Environment files
.env
.env.*
!.env.example
# Python cache
__pycache__
*.py[cod]
*$py.class
*.so
.Python
# Documentation
*.md
!README.md
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db