mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-16 23:10:13 +00:00
dcdd716a57
* update docker * remove legacy docker builds * update docker documentation * update docker build Co-authored-by: ABeltramo <beltramo.ale@gmail.com>
17 lines
172 B
Plaintext
17 lines
172 B
Plaintext
# ignore git files
|
|
.git*
|
|
|
|
# ignore hidden files
|
|
.*
|
|
|
|
# ignore repo directories and files
|
|
docs/
|
|
packaging/
|
|
scripts/
|
|
tools/
|
|
crowdin.yml
|
|
|
|
# ignore dev directories
|
|
build/
|
|
venv/
|