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:
@@ -1,3 +1,18 @@
|
||||
# --- Контроль версий ---
|
||||
.git/
|
||||
.gitignore
|
||||
.hg/
|
||||
.svn/
|
||||
.fossil/
|
||||
|
||||
# --- Кэши пакетов и зависимостей ---
|
||||
.cache/pip/
|
||||
.cache/npm/
|
||||
.yarn/cache/
|
||||
.cargo/registry/
|
||||
~/.gradle/
|
||||
~/.m2/
|
||||
|
||||
# --- Зависимости (самое тяжелое) ---
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
Reference in New Issue
Block a user