Initial commit

This commit is contained in:
specCon18 2023-10-01 05:44:07 -04:00 committed by GitHub
commit 73ac0d3c20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 990 additions and 0 deletions

5
.gitattributes vendored Normal file
View file

@ -0,0 +1,5 @@
# Disable autocrlf on generated files, they always generate with LF
# Add any extra files or paths here to make git stop saying they
# are changed when only line endings change.
src/generated/**/.cache/cache text eol=lf
src/generated/**/*.json text eol=lf