mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 08:09:50 +00:00
c29c917474
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
19 lines
218 B
Plaintext
19 lines
218 B
Plaintext
# ignore hidden files
|
|
.*
|
|
|
|
# do not ignore .git, needed for versioning
|
|
!/.git
|
|
|
|
# ignore repo directories and files
|
|
docs/
|
|
scripts/
|
|
tools/
|
|
crowdin.yml
|
|
|
|
# ignore dev directories
|
|
build/
|
|
venv/
|
|
|
|
# ignore artifacts
|
|
artifacts/
|