Files
plex-playlist/.dockerignore
Cliff Hill ad5ec65a11
Some checks failed
Tests / Mixed Line Ending Check (push) Has been skipped
Tests / Ruff Format Check (push) Has been skipped
Tests / TOML Formatting Check (push) Has been skipped
Tests / Pyright Type Check (push) Has been skipped
Tests / Darglint Docstring Check (push) Has been skipped
Tests / No Docstring Types Check (push) Has been skipped
Tests / ESLint Check (push) Has been skipped
Tests / Prettier Format Check (push) Has been skipped
Tests / Backend Tests (push) Has been skipped
Tests / Backend Doctests (push) Has been skipped
Tests / TSDoc Lint Check (push) Has been skipped
Tests / Frontend Tests (push) Has been skipped
Tests / Integration Tests (push) Has been skipped
Tests / End-to-End Tests (push) Has been skipped
Tests / End of File Check (push) Has been skipped
Tests / Ruff Linting (push) Has been skipped
Tests / Build and Push CICD Image (push) Failing after 10m45s
Tests / Trailing Whitespace Check (push) Has been skipped
Tests / TypeScript Type Check (push) Has been skipped
Tests / YAML Syntax Check (push) Has been skipped
Tests / TOML Syntax Check (push) Has been skipped
Restoring the .dockerignore file to the repo (for real!).
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
2025-10-27 16:29:48 -04:00

45 lines
419 B
Plaintext

# Git and version control
.git
.gitignore
.gitea
# Documentation
*.md
docs/
# CI/CD files
.github/
renovate.json
# Environment files and secrets
.env
.env.*
secrets/
**/*.pem
**/*.key
**/id_rsa*
**/id_ed25519*
**/.ssh/
# Cache directories
.ruff_cache/
**/__pycache__/
**/.pytest_cache/
**/node_modules/
**/dist/
**/build/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
logs/