Skip to content

Commit

Permalink
Ignore docker/db in git and docker
Browse files Browse the repository at this point in the history
This directory is where docker-compose keeps database data. This doesnt need to
be checked in or sent to the docker daemon. We make the dockerignore the same
as the gitignore for simplicity.
  • Loading branch information
rjw1 committed Apr 19, 2021
1 parent dcffb53 commit b2a02bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Makefile.PL
OpenGuides-*
cover_db/
*~
docker/db

0 comments on commit b2a02bd

Please sign in to comment.