14 lines
No EOL
212 B
Text
14 lines
No EOL
212 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
|
|
entrypoint_crons.sh
|
|
entrypoint_alerts.sh |