Files
dotfiles/restic/.config/resticprofile/.resticignore
T
Dmitry 3dae3163ee 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
2026-03-04 12:48:58 +03:00

115 lines
1.3 KiB
Plaintext

# --- Контроль версий ---
.git/
.gitignore
.hg/
.svn/
.fossil/
# --- Кэши пакетов и зависимостей ---
.cache/pip/
.cache/npm/
.yarn/cache/
.cargo/registry/
~/.gradle/
~/.m2/
# --- Зависимости (самое тяжелое) ---
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