Sunshine/.dockerignore

27 lines
384 B
Plaintext
Raw Normal View History

# ignore hidden files
.*
# do not ignore .git, needed for versioning
!/.git
2024-03-24 23:52:24 +00:00
# do not ignore .rstcheck.cfg, needed to test building docs
!/.rstcheck.cfg
# ignore repo directories and files
2024-04-06 01:45:15 +00:00
docker/
2023-07-20 15:44:02 +00:00
gh-pages-template/
scripts/
tools/
crowdin.yml
# don't ignore linux build script
!scripts/linux_build.sh
# ignore dev directories
build/
2024-04-06 01:45:15 +00:00
cmake-*/
venv/
# ignore artifacts
artifacts/