Problem: .gitignore contained 48 lines of C/shared-object boilerplate irrelevant to a Lua Neovim plugin. .gitmodules was tracked but empty. Solution: replace .gitignore with minimal entries covering only files this project actually produces. Delete the vestigial .gitmodules.
12 lines
125 B
Text
12 lines
125 B
Text
doc/tags
|
|
*.log
|
|
.*cache*
|
|
CLAUDE.md
|
|
.claude/
|
|
node_modules/
|
|
.direnv/
|
|
.envrc
|
|
venv/
|
|
perf/tmp/
|
|
scripts/benchmark.nvim
|
|
profile.json
|