新增 niri/dms/gtk/qt/cava/fcitx5 等配置并添加 .gitignore
- 纳入版本管理: 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 修改
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
# 备份文件
|
||||
*.bak
|
||||
*.backup
|
||||
*.backup.*
|
||||
*.backup[0-9]*
|
||||
|
||||
# fcitx5 运行时缓存
|
||||
fcitx5/conf/cached_layouts
|
||||
|
||||
# DankMaterialShell 运行时标志
|
||||
DankMaterialShell/.firstlaunch
|
||||
DankMaterialShell/.changelog-*
|
||||
|
||||
# 系统杂项
|
||||
.DS_Store
|
||||
*~
|
||||
*.swp
|
||||
Reference in New Issue
Block a user