diff options
author | Astatin <[email protected]> | 2024-08-03 16:12:57 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-08-03 16:12:57 +0900 |
commit | 6b0db29bfccbdce4ea4a438f2ccb921173f96afa (patch) | |
tree | 4058c787d75e6a2ee1e7e1214abb59bb9b137464 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ |