canola.nvim/.gitignore
Barrett Ruth 22057e4239
build: clean up gitignore and remove empty gitmodules
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.
2026-02-22 16:00:27 -05:00

12 lines
125 B
Text

doc/tags
*.log
.*cache*
CLAUDE.md
.claude/
node_modules/
.direnv/
.envrc
venv/
perf/tmp/
scripts/benchmark.nvim
profile.json