openreplay/ee/api/.dockerignore
2022-09-15 13:32:50 +01:00

16 lines
No EOL
243 B
Text

# ignore .git and .cache folders
.git
.cache
**/build.sh
**/build_*.sh
**/*deploy.sh
Dockerfile*
app_crons.py
app_alerts.py
requirements-crons.txt
requirements-alerts.txt
build_crons.sh
build_alerts.sh
entrypoint_crons.sh
entrypoint_alerts.sh