diff options
author | Vee9ahd1 <> | 2021-05-11 15:29:40 -0400 |
---|---|---|
committer | Vee9ahd1 <> | 2021-05-11 15:29:40 -0400 |
commit | 194676e190b827c6b12318213261d4e47ec7e6aa (patch) | |
tree | 37802291ed88fcc79f5e0946d7a283ca345afb12 /.gitignore |
initial commit
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..ad31c67 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_Store +*.log +tmp/ +build/ |