tree-sitter/.gitignore
2024-09-07 18:38:05 -04:00

36 lines
333 B
Text

log*.html
.idea
*.xcodeproj
.vscode
.cache
.zig-cache
profile*
fuzz-results
test/fuzz/out
test/fixtures/grammars/*
!test/fixtures/grammars/.gitkeep
package-lock.json
node_modules
docs/assets/js/tree-sitter.js
/tree-sitter.pc
/target
*.rs.bk
*.a
*.dylib
*.so
*.so.[0-9]*
*.o
*.obj
*.exp
*.lib
*.wasm
.swiftpm
.build
build
zig-*