Skip to content

Commit

Permalink
dockerignore: avoid excluding files that are part of the repo
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Jan 20, 2023
1 parent bafe3e4 commit 57bfb5f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
docker
docker/**/*.db*
docker/**/backups
docker/deployed/**/prometheus
docker/deployed/**/grafana/data/**
!docker/deployed/**/grafana/data/.gitkeep

0 comments on commit 57bfb5f

Please sign in to comment.