feat(restic): добавить конфигурацию для резервного копирования и игнорирования файлов

This commit is contained in:
Dmitry
2026-02-21 16:18:55 +03:00
parent 9195cdb9e2
commit 425adadc72
4 changed files with 209 additions and 0 deletions
@@ -0,0 +1,99 @@
# --- Зависимости (самое тяжелое) ---
venv/
.venv/
env/
node_modules/
vendor/
target/
bin/
obj/
.gradle/
.bundle/
site-packages/
# --- Python ---
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.hypothesis/
.tox/
.coverage/
htmlcov/
# --- Ruby ---
.rakeTasks
InstalledFiles
pkg/
spec/reports/
test/tmp/
*.gem
.ruby-version
# --- JavaScript / Node.js ---
.npm/
.eslintcache
.parcel-cache/
.next/
.nuxt/
dist/
build/
# --- Go ---
vendor/
*.o
*.a
# --- Rust ---
target/
Cargo.lock
# --- Java ---
*.class
*.jar
target/
# --- Системный мусор и IDE ---
.DS_Store
Thumbs.db
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
.eclipse/
.gradle/
.mvn/
# --- Логи и временные файлы ---
*.log
*.tmp
*.bak
*.swp
*.swo
*~
.sass-cache/
.cache/
tmp/
temp/
# --- Системные каталоги ---
.Trash-*/
.trash/
lost+found/
# --- Браузеры и интернет ---
.mozilla/
.cache/google-chrome/
.cache/chromium/
# --- Виртуальные машины ---
.vagrant/
VirtualBox VMs/
# --- Прочее ---
.git/history
.git/refs/
*.lock
.env.local
.env.*.local