tree-sitter-yaml/.gitignore

40 lines
335 B
Plaintext
Raw Normal View History

2024-03-31 09:45:34 -04:00
# Rust artifacts
Cargo.lock
target/
2024-03-31 09:45:34 -04:00
# Node artifacts
build/
prebuilds/
node_modules/
# Swift artifacts
.build/
Package.resolved
# Go artifacts
go.sum
_obj/
# Python artifacts
.venv/
dist/
*.egg-info
*.whl
# C artifacts
*.a
*.so
*.so.*
*.dylib
*.dll
*.pc
# Example dirs
/examples/*/
# Grammar volatiles
dsl.d.ts
*.wasm
*.obj
*.o