We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3cbb4 commit 362ff1cCopy full SHA for 362ff1c
tree-sitter-dscexpression/.gitignore
@@ -5,23 +5,20 @@ target/
5
build/
6
prebuilds/
7
node_modules/
8
-*.tgz
+package-lock.json
9
10
# Swift artifacts
11
.build/
12
-Package.swift
+Package.resolved
13
14
# Go artifacts
15
-go.sum
16
_obj/
17
18
# Python artifacts
19
.venv/
20
dist/
21
*.egg-info
22
*.whl
23
-pyproject.toml
24
-setup.py
25
26
# C artifacts
27
*.a
@@ -30,7 +27,13 @@ setup.py
30
*.dylib
31
28
*.dll
32
29
*.pc
33
-Makefile
+*.exp
+*.lib
+
+# Zig artifacts
34
+.zig-cache/
35
+zig-cache/
36
+zig-out/
37
38
# Example dirs
39
/examples/*/
@@ -40,4 +43,7 @@ Makefile
40
43
*.obj
41
44
*.o
42
45
-.editorconfig
46
+# Archives
47
+*.tar.gz
48
+*.tgz
49
+*.zip
0 commit comments