vorta/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
452 B
Plaintext
Raw Normal View History

2018-10-25 12:20:25 +00:00
.DS_Store
.idea/
bin/
2018-10-26 16:01:59 +00:00
build/
dist/
2018-10-25 12:20:25 +00:00
docs/
*.autosave
__pycache__
.pytest_cache
2018-11-01 05:11:37 +00:00
.eggs
vorta.egg-info
.coverage
.tox
.python-version
2018-11-13 06:49:42 +00:00
.vagrant
*.log
htmlcov
# virtual python environments
env
venv
.env
.venv
# dirs created by the --development option
.dev_config/
# 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
2019-05-04 08:53:49 +00:00
flatpak/app/
flatpak/.flatpak-builder/
.vscode