refactor: simplify startup profiles and ignore local tooling configs

This commit is contained in:
2026-05-30 15:01:30 +08:00
parent 5cba0307a3
commit 94699474c7
36 changed files with 604 additions and 1166 deletions
+17 -3
View File
@@ -1,4 +1,18 @@
.vscode/
lazy-lock.json
lazyvim.json
baremetal
nvim-pack-lock.json
# Local formatter configuration (not tracked)
stylua.toml
.stylua.toml
# Local Neovim tooling configuration (not tracked)
.neoconf.json
# Neovim/Editor temporary files
*.swp
*.swo
*~
# OS metadata
.DS_Store
Thumbs.db