add .gitignore and .gitattributes (#17)

This commit is contained in:
Techatrix 2023-11-17 02:52:44 +00:00 committed by GitHub
parent 61e00fb7f0
commit 86f5435f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.zig text=auto eol=lf
*.zon text=auto eol=lf

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
zig-cache