Skip to content

Commit d4aa814

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
update .gitignore and add .gitattributes for tree-sitter
1 parent 385cfac commit d4aa814

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ node_modules/
1010

1111
# Swift artifacts
1212
.build/
13+
Package.swift
1314

1415
# Go artifacts
1516
go.sum
@@ -20,6 +21,8 @@ _obj/
2021
dist/
2122
*.egg-info
2223
*.whl
24+
pyproject.toml
25+
setup.py
2326

2427
# C artifacts
2528
*.a
@@ -28,6 +31,7 @@ dist/
2831
*.dylib
2932
*.dll
3033
*.pc
34+
Makefile
3135

3236
# Example dirs
3337
/examples/*/
@@ -36,3 +40,5 @@ dist/
3640
*.wasm
3741
*.obj
3842
*.o
43+
44+
.editorconfig

0 commit comments

Comments
 (0)