.dockerignore 211 B raw
1
target/
2
.git/
3
.github/
4
.gitignore
5
*.md
6
LICENSE
7
8
# App databases and bulk seed data must never enter an image build context.
9
**/*.sqlite
10
**/*.sqlite-journal
11
**/*.sqlite-wal
12
**/*.sqlite-shm
13
apps/quotes/quotes.csv