aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: 43c6cd063d98235115492f8b5fa967c8a573d8c1 (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
.gitignore
.github
.gitattributes
.cache

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

# ignore other directories
docker
!docker/root
node_modules