mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
19 lines
192 B
Plaintext
19 lines
192 B
Plaintext
# ignore git files
|
|
.git*
|
|
|
|
# ignore hidden files
|
|
.*
|
|
|
|
# ignore repo directories and files
|
|
docs/
|
|
scripts/
|
|
tools/
|
|
crowdin.yml
|
|
|
|
# ignore dev directories
|
|
build/
|
|
venv/
|
|
|
|
# ignore artifacts
|
|
artifacts/
|