restic-compose-backup/.gitignore

31 lines
220 B
Plaintext
Raw Permalink Normal View History

2019-04-13 17:27:41 +00:00
2019-04-18 05:13:33 +00:00
# Project specific
backup.log
2019-04-13 17:27:41 +00:00
# IDEs
.vscode
.idea
# python
2019-04-13 17:04:54 +00:00
__pycache__
2019-04-15 15:03:33 +00:00
*.egg-info/
2019-04-13 17:27:41 +00:00
# Virtualenvs
env
.venv
venv
2019-11-15 13:23:56 +00:00
# misc
/private/
2019-11-26 20:45:57 +00:00
restic_data/
restic_cache/
2019-12-04 22:01:01 +00:00
alerts.env
2019-12-05 00:58:39 +00:00
2019-12-07 08:05:48 +00:00
# build
2019-12-05 00:58:39 +00:00
build/
docs/_build
2019-12-07 08:05:48 +00:00
dist
2019-12-05 10:08:40 +00:00
# tests
.tox