diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-07-19 00:01:55 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-07-19 00:01:55 +0200 |
commit | 5d391ac3c3bf0ffc02e5f6eae00db949810346b3 (patch) | |
tree | a086b976b53c8af23b960f57a64f8e66f00c35ed /.gitignore | |
download | uf-5d391ac3c3bf0ffc02e5f6eae00db949810346b3.tar.gz uf-5d391ac3c3bf0ffc02e5f6eae00db949810346b3.tar.bz2 uf-5d391ac3c3bf0ffc02e5f6eae00db949810346b3.zip |
feat: Initial setup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee7098f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +zig-out/ +zig-cache/ |