mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
ca497f8815
This adds trailing lines to files, removes trailing white space in all the other lines and unifies line endings. Additionally it formats the test code with `black`.
23 lines
338 B
Text
23 lines
338 B
Text
.DS_Store
|
|
.idea/
|
|
bin/
|
|
build/
|
|
dist/
|
|
docs/
|
|
*.autosave
|
|
__pycache__
|
|
.pytest_cache
|
|
.eggs
|
|
vorta.egg-info
|
|
.coverage
|
|
.tox
|
|
.python-version
|
|
.vagrant
|
|
*.log
|
|
htmlcov
|
|
# Avoid adding translations of source language
|
|
# Files are still used by Transifex
|
|
src/vorta/i18n/ts/vorta.en.ts
|
|
src/vorta/i18n/ts/vorta.en_US.ts
|
|
flatpak/app/
|
|
flatpak/.flatpak-builder/
|