long time
This commit is contained in:
parent
26cfccdca6
commit
12f933acbf
|
@ -1,3 +1,4 @@
|
|||
# raw exclusions
|
||||
# this file notes down what things to ignore when you make backups, for example
|
||||
# with borg/vorta
|
||||
#
|
||||
|
@ -40,3 +41,72 @@
|
|||
/var/cache
|
||||
/var/log
|
||||
/tmp
|
||||
|
||||
# vorta presets ############
|
||||
|
||||
# spotify
|
||||
fm:*/.cache/spotify
|
||||
fm:*/.config/spotify
|
||||
fm:*/.var/app/com.spotify.Client/cache
|
||||
fm:*/.var/app/com.spotify.Client/config/spotify
|
||||
|
||||
# flatpak-builder
|
||||
fm:*.flatpak-builder
|
||||
|
||||
# docker-artefacts
|
||||
fm:*/.docker
|
||||
|
||||
# log-files
|
||||
fm:*.log
|
||||
fm:*/logs/*
|
||||
|
||||
# cache-files
|
||||
fm:*/.cache
|
||||
fm:*/Caches
|
||||
|
||||
# temp-files
|
||||
fm:*/.tmp
|
||||
fm:*/temp
|
||||
fm:*.swp
|
||||
fm:*.bak
|
||||
|
||||
# recycle-bin-trash
|
||||
fm:*/.local/share/Trash/*
|
||||
fm:*/.Trash/*
|
||||
fm:*/.Trash-*/*
|
||||
|
||||
# node-cache
|
||||
fm:*/node_modules
|
||||
fm:*/.npm
|
||||
fm:*/npm-global
|
||||
|
||||
# python-cache
|
||||
fm:*/__pycache__
|
||||
fm:*.pyc
|
||||
fm:*.pyo
|
||||
fm:*/.virtualenvs
|
||||
fm:*/venv/*
|
||||
fm:*/.venv/*
|
||||
|
||||
# rust-artefacts
|
||||
fm:*/.cargo
|
||||
fm:*/.rustup
|
||||
|
||||
# vscode-cache
|
||||
fm:*/.config/Code
|
||||
fm:*/.vscode/extensions/*
|
||||
|
||||
# android-studio
|
||||
fm:*/.android
|
||||
fm:*/.gradle
|
||||
fm:*/Android/Sdk
|
||||
fm:*/.AndroidStudio
|
||||
|
||||
# jetbrains
|
||||
fm:*/.config/JetBrains
|
||||
fm:*/.cache/JetBrains
|
||||
fm:*/.local/share/JetBrains
|
||||
|
||||
# aws-artefacts
|
||||
fm:*/.aws
|
||||
|
||||
|
|
|
@ -7,3 +7,4 @@ cloudflare.com A
|
|||
thisdomaindoesnotexistkjjhdsalkf.com A
|
||||
archlinux.org A
|
||||
github.com A
|
||||
example.com A
|
||||
|
|
Loading…
Reference in New Issue