14 lines
No EOL
194 B
Text
14 lines
No EOL
194 B
Text
# ignore .git and .cache folders
|
|
.git
|
|
.cache
|
|
**/build.sh
|
|
**/build_*.sh
|
|
**/*deploy.sh
|
|
Dockerfile*
|
|
|
|
app.py
|
|
app_alerts.py
|
|
requirements.txt
|
|
requirements-alerts.txt
|
|
entrypoint.sh
|
|
entrypoint_alerts.sh |