authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-10-07 19:33:54 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-10-07 19:33:54 -07:00
log130cd2f38fe7795a2dfd9825458fde886b0d7951
treee89c6421233221da77447561fa3194865fd2ad24

add gitattributes


2 files changed, 9 insertions(+), 0 deletions(-)

.gitattributes created+6
......@@ -0,0 +1,6 @@
1# Auto detect text files and perform LF normalization
2* text=auto
3# TODO https://github.com/ziglang/zig-spec/issues/38
4*.zig text eol=lf
5zig.mod text eol=lf
6zigmod.* text eol=lf
.gitignore created+3
......@@ -0,0 +1,3 @@
1zig-*
2.zigmod
3deps.zig