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

# ignore .git and .cache folders
.git
.gitignore
.github
.gitattributes
.cache

# ignore all markdown files
*.md

# Ignore database files
*.sqlite

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