mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
Added new entries to .gitignore for various configuration files and log formats to prevent unnecessary files from being tracked.
28 lines
440 B
Plaintext
28 lines
440 B
Plaintext
**/._zinit/*
|
|
**/.claude/plans/
|
|
**/.claude/settings.local.json
|
|
**/.vscode/settings.json
|
|
**/chart/preprod-values.yaml
|
|
**/chart/production-values.yaml
|
|
**/chart/staging-values.yaml
|
|
**/log/*.bz2
|
|
**/log/*.gz
|
|
**/test/dummy/log/*.bz2
|
|
**/test/dummy/log/*.gz
|
|
**/vendor/bundle
|
|
.AppleDouble
|
|
.DS_Store
|
|
.bin
|
|
.bundle
|
|
.byebug_history
|
|
.dir-locals.el
|
|
.envrc
|
|
.mise.*local.toml
|
|
.projectile
|
|
.stfolder
|
|
.stignore
|
|
.vagrant
|
|
.zinitrc.zsh
|
|
mise.*local.toml
|
|
routes.txt
|