- 纳入版本管理: niri/(含 dms/), DankMaterialShell/, environment.d/, cava/, gtk-3.0/, gtk-4.0/, qt5ct/, qt6ct/, fcitx5/ - 新增 .gitignore: 排除 *.bak/*.backup*、fcitx5/conf/cached_layouts、 DankMaterialShell 运行时标志 - 同步已有的 kitty/nvim/.zshrc 修改
18 lines
243 B
Plaintext
18 lines
243 B
Plaintext
# 备份文件
|
|
*.bak
|
|
*.backup
|
|
*.backup.*
|
|
*.backup[0-9]*
|
|
|
|
# fcitx5 运行时缓存
|
|
fcitx5/conf/cached_layouts
|
|
|
|
# DankMaterialShell 运行时标志
|
|
DankMaterialShell/.firstlaunch
|
|
DankMaterialShell/.changelog-*
|
|
|
|
# 系统杂项
|
|
.DS_Store
|
|
*~
|
|
*.swp
|