aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.dockerignore
blob: f6edc943353f7a792eba11e8e7b0897d66569d15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
*

# Only things actually used during the build process:
!/3rdparty/**
!/CMakeLists.txt
!/LICENSE.txt
!/Makefile
!/README.md
!/client/**
!/cmake/**
!/server/**
!/test/**