restic-compose-backup/.gitignore
Silthus 9eb050173f feat: add minecraft backup method
Minecraft server can now be backed up using the restic-compose-backup.minecraft flag
2020-11-25 17:07:36 +01:00

31 lines
231 B
Text

# Project specific
backup.log
# IDEs
.vscode
.idea
# python
__pycache__
*.egg-info/
# Virtualenvs
env
.venv
venv
# misc
/private/
restic_data/
restic_cache/
alerts.env
minecraft/
# build
build/
docs/_build
dist
# tests
.tox