Skip to content

Commit 539500b

Browse files
committed
Add removed files
1 parent 8911f27 commit 539500b

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

tree-sitter-dscexpression/.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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

0 commit comments

Comments
 (0)