Skip to content

Commit

Permalink
Reintroduce the generated src/ files to the repo
Browse files Browse the repository at this point in the history
Using git-lfs introduces that dependency on any users of the repo.
  • Loading branch information
irh committed Apr 17, 2024
1 parent ed09708 commit 0283785
Show file tree
Hide file tree
Showing 4 changed files with 228,303 additions and 12 deletions.
8 changes: 5 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
src/parser.c filter=lfs diff=lfs merge=lfs -text
src/grammar.json filter=lfs diff=lfs merge=lfs -text
src/node-types.json filter=lfs diff=lfs merge=lfs -text
src/parser.c linguist-generated
src/grammar.json linguist-generated
src/node-types.json linguist-generated

bindings/** linguist-generated
Loading

0 comments on commit 0283785

Please sign in to comment.