diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 18:30:12 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 18:30:12 +0200 |
commit | 291cb06fc2d578ac19c01ebda9b71f94733af0e8 (patch) | |
tree | 42de2f30f49d1bf86239074abfa9578d560c7e1e /.gitignore | |
parent | 3a3ed761881ac220b517c30e1e4596ecead4f354 (diff) |
Fix comment queries for Neovim
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 22 insertions, 4 deletions
@@ -1,4 +1,22 @@ -/node_modules/ -/target/ -Cargo.lock -package-lock.json +target/ +build/ +prebuilds/ +node_modules/ +*.tgz +.build/ +Package.resolved +_obj/ +.venv/ +dist/ +*.egg-info +*.whl +*.a +*.so +*.so.* +*.dylib +*.dll +*.pc +/examples/*/ +*.wasm +*.obj +*.o |