File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed
tree-sitter-dscexpression Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change
1
+ * text eol =lf
2
+
3
+ src /* .json linguist-generated
4
+ src /parser.c linguist-generated
5
+ src /tree_sitter /* linguist-generated
6
+
7
+ bindings /** linguist-generated
8
+ binding.gyp linguist-generated
9
+ setup.py linguist-generated
10
+ Makefile linguist-generated
11
+ Package.swift linguist-generated
Original file line number Diff line number Diff line change
1
+ # Rust artifacts
2
+ target /
3
+
4
+ # Node artifacts
5
+ build /
6
+ prebuilds /
7
+ node_modules /
8
+ * .tgz
9
+
10
+ # Swift artifacts
11
+ .build /
12
+ Package.swift
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
28
+ * .so
29
+ * .so. *
30
+ * .dylib
31
+ * .dll
32
+ * .pc
33
+ Makefile
34
+
35
+ # Example dirs
36
+ /examples /* /
37
+
38
+ # Grammar volatiles
39
+ * .wasm
40
+ * .obj
41
+ * .o
42
+
43
+ .editorconfig
You can’t perform that action at this time.
0 commit comments