diff options
author | JSDurand <mmemmew@gmail.com> | 2022-08-24 23:54:13 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2022-08-24 23:54:13 +0800 |
commit | e954df3f896bd18494cd27d77b26bbb2005de8a7 (patch) | |
tree | 7c81b759e41665ffd3fcd77f2f1036b59c03bc79 /.gitignore |
First commit
Now the project is in a somewhat complete state, ready for future
enhancements.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57643ef --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +target/* +audio files/* +Cargo.lock +index.html |