diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-29 17:07:18 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-29 17:07:18 +0200 |
commit | 36a263aee35a819e90bb9430a70d0e5ba321ba63 (patch) | |
tree | a7e4dbc876af8a83a82ce55f150945d0dbd98a02 /.gitignore | |
parent | 395246903e3ce8aa6e7149365b9a1a37b1205f95 (diff) |
api and rust beginnings
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,3 +34,6 @@ yarn-error.log* # vercel .vercel +# rust +api/target/ + |