Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update .gitignore and add .gitattributes for tree-sitter #404

Merged
merged 1 commit into from
Apr 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions tree-sitter-dscexpression/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* text eol=lf

src/*.json linguist-generated
src/parser.c linguist-generated
src/tree_sitter/* linguist-generated

bindings/** linguist-generated
binding.gyp linguist-generated
setup.py linguist-generated
Makefile linguist-generated
Package.swift linguist-generated
6 changes: 6 additions & 0 deletions tree-sitter-dscexpression/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ node_modules/

# Swift artifacts
.build/
Package.swift

# Go artifacts
go.sum
Expand All @@ -20,6 +21,8 @@ _obj/
dist/
*.egg-info
*.whl
pyproject.toml
setup.py

# C artifacts
*.a
Expand All @@ -28,6 +31,7 @@ dist/
*.dylib
*.dll
*.pc
Makefile

# Example dirs
/examples/*/
Expand All @@ -36,3 +40,5 @@ dist/
*.wasm
*.obj
*.o

.editorconfig
Loading