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