Sunshine/.dockerignore

19 lines
192 B
Plaintext
Raw Normal View History

# 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/