aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 99ed6097586fe0cf2ea5be67a1065ea7f7a31849 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.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