server/.dockerignore

9 lines
140 B
Plaintext
Raw Normal View History

# CMake
cmake-build-debug/
cmake-build-release/
# Dockerfile (in order to allow changes without rebuilding)
Dockerfile
# Test folder
test/