summaryrefslogtreecommitdiff
path: root/.dockerignore
blob: 6945dbad03b4235378e0c0376e3bcbc89594822c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/cmake-build-debug/*
/build*/
/var/*
!/var/build/.gitkeep
!/var/ccache/.gitkeep
/env/dist/*
!/env/dist/.gitkeep
/env/user/*
/.env*
.idea
!.gitkeep

# do not ignore the ccache folder (used by the ci)
!/var/docker/ccache