Initial commit

This commit is contained in:
Aly 2020-09-18 18:26:45 -07:00
commit 7c1968fbd8
3 changed files with 69 additions and 0 deletions

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
# Created by https://www.toptal.com/developers/gitignore/api/zig
# Edit at https://www.toptal.com/developers/gitignore?templates=zig
### zig ###
# Zig programming language
zig-cache/
build/
build-*/
docgen_tmp/
# End of https://www.toptal.com/developers/gitignore/api/zig