Sunshine/.dockerignore
2024-04-05 21:45:15 -04:00

24 lines
325 B
Plaintext

# ignore hidden files
.*
# do not ignore .git, needed for versioning
!/.git
# do not ignore .rstcheck.cfg, needed to test building docs
!/.rstcheck.cfg
# ignore repo directories and files
docker/
gh-pages-template/
scripts/
tools/
crowdin.yml
# ignore dev directories
build/
cmake-*/
venv/
# ignore artifacts
artifacts/