Skip to content

Commit 362ff1c

Browse files
committed
revert inadvertent tree-sitter .gitignore change
1 parent 2a3cbb4 commit 362ff1c

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

tree-sitter-dscexpression/.gitignore

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@ target/
55
build/
66
prebuilds/
77
node_modules/
8-
*.tgz
8+
package-lock.json
99

1010
# Swift artifacts
1111
.build/
12-
Package.swift
12+
Package.resolved
1313

1414
# Go artifacts
15-
go.sum
1615
_obj/
1716

1817
# Python artifacts
1918
.venv/
2019
dist/
2120
*.egg-info
2221
*.whl
23-
pyproject.toml
24-
setup.py
2522

2623
# C artifacts
2724
*.a
@@ -30,7 +27,13 @@ setup.py
3027
*.dylib
3128
*.dll
3229
*.pc
33-
Makefile
30+
*.exp
31+
*.lib
32+
33+
# Zig artifacts
34+
.zig-cache/
35+
zig-cache/
36+
zig-out/
3437

3538
# Example dirs
3639
/examples/*/
@@ -40,4 +43,7 @@ Makefile
4043
*.obj
4144
*.o
4245

43-
.editorconfig
46+
# Archives
47+
*.tar.gz
48+
*.tgz
49+
*.zip

0 commit comments

Comments
 (0)