diff options
author | sappho <sappho@sappho.io> | 2023-07-14 03:01:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 03:01:32 -0400 |
commit | 581d1e994692f9ce4e5d8071e8edba1e71412bac (patch) | |
tree | 02ae7622378e2bc4e6380ac2f6328bb4b0bc42a5 /.gitignore | |
parent | 95ac30070823bea03da6610db2b0684fd96e1f7e (diff) |
GitHub ci (#1)
* add docker build yaml
* add curl script files
* update workflow to upload a release
* remove release folder
* tidy up gitignore
* debug why zip isnt grabbing curl ext
* properly grab release (../)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..692abaa --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.vs +sm-* +mm-* +test* +Release/ +Debug/ |