mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-18 14:40:02 +02:00
update outdated files via tree-sitter init -u
This commit is contained in:
parent
940f387a98
commit
58608e4796
11 changed files with 137 additions and 27 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -1,11 +1,12 @@
|
|||
# Rust artifacts
|
||||
target/
|
||||
Cargo.lock
|
||||
|
||||
# Node artifacts
|
||||
build/
|
||||
prebuilds/
|
||||
node_modules/
|
||||
*.tgz
|
||||
package-lock.json
|
||||
|
||||
# Swift artifacts
|
||||
.build/
|
||||
|
|
@ -27,6 +28,13 @@ dist/
|
|||
*.dylib
|
||||
*.dll
|
||||
*.pc
|
||||
*.exp
|
||||
*.lib
|
||||
|
||||
# Zig artifacts
|
||||
.zig-cache/
|
||||
zig-cache/
|
||||
zig-out/
|
||||
|
||||
# Example dirs
|
||||
/examples/*/
|
||||
|
|
@ -35,3 +43,8 @@ dist/
|
|||
*.wasm
|
||||
*.obj
|
||||
*.o
|
||||
|
||||
# Archives
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue