diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-18 19:54:15 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-18 19:56:57 -0500 |
| commit | 172718cc6e0dcae569a94769b5444bca55e4d20c (patch) | |
| tree | 466e6ad7a07a8bd7a41e7ce6a6478382e2a09900 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..713d6f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.cache +bin +build
\ No newline at end of file |