aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 84d315683f30069843c75e8fbf942ff2942a6b85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.DS_Store

# ignore .git and .cache folders
.git*
.cache

# ignore all markdown files
*.md

# Ignore database files
*.sqlite

# ignore other directories
docker
!docker/entrypoint.sh
!docker/.env
node_modules
.husky

# Ignore recipes folder (it is pulled in the image by git)
recipes