aboutsummaryrefslogtreecommitdiffstats
path: root/docker/.dockerignore
blob: 92207acf293fbf8262f2a5d7a29a00299f4242f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.DS_Store

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

# ignore all markdown files (md) beside all README*.md other than README-secret.md
*.md
!README*.md
README-secret.md