feat(restic): update backup profiles and ignore patterns for improved organization

fix(ssh): clean up whitespace in SSH configuration files
feat(zed): enhance Zed settings with new configurations and improved defaults
fix(zsh): remove unused editor aliases for cleaner alias management
This commit is contained in:
Dmitry
2026-03-04 12:48:58 +03:00
parent 6eb202110a
commit 3dae3163ee
7 changed files with 100 additions and 71 deletions
@@ -1,3 +1,18 @@
# --- Контроль версий ---
.git/
.gitignore
.hg/
.svn/
.fossil/
# --- Кэши пакетов и зависимостей ---
.cache/pip/
.cache/npm/
.yarn/cache/
.cargo/registry/
~/.gradle/
~/.m2/
# --- Зависимости (самое тяжелое) ---
venv/
.venv/