Files
pa11y-docker/.gitignore
Ryan Hamilton 934a22b4bb
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 58s
init commit
2025-09-11 09:36:45 -05:00

25 lines
252 B
Plaintext

# Environment files
.env
.env.local
# IDE/Editor files
.vscode/
.idea/
*.swp
*.swo
# OS generated files
.DS_Store
Thumbs.db
# Docker volumes
data/
# Configuration files that might contain secrets
config/*.json
!config/README.md
# Logs
*.log
logs/