Skip to content

Commit

Permalink
chore: Improved ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Sep 6, 2024
1 parent 79f5167 commit a7530fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ tests
README.md
Dockerfile
Dockerfile.archive
docker-compose.yml
docker-compose.env
docker-compose.standalone.yml
compose.yml
compose.env
compose.standalone.yml
compose.override.yml

*/temp*
*/*/temp*
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
###> symfony/framework-bundle ###
/!.env
/.env.local
/restic.env
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
Expand Down
2 changes: 1 addition & 1 deletion compose.restore.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Restoring from a backup into development environment
# Separate file to avoid running the restore services when using docker-compose up
# docker compose -f compose.restore.yml --env-file .env.local run --rm restore_files
# docker compose -f compose.restore.yml --env-file restic.env run --rm restore_files
#name: skeleton
services:
restore_files:
Expand Down

0 comments on commit a7530fb

Please sign in to comment.