Skip to content

Commit 86f5435

Browse files
authored
add .gitignore and .gitattributes (#17)
1 parent 61e00fb commit 86f5435

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.zig text=auto eol=lf
2+
*.zon text=auto eol=lf

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
zig-cache

0 commit comments

Comments
 (0)