mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 14:09:43 +00:00
27 lines
384 B
Plaintext
27 lines
384 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
|
|
|
|
# don't ignore linux build script
|
|
!scripts/linux_build.sh
|
|
|
|
# ignore dev directories
|
|
build/
|
|
cmake-*/
|
|
venv/
|
|
|
|
# ignore artifacts
|
|
artifacts/
|