diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2019-03-27 19:56:24 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2020-12-25 21:34:36 +0200 |
commit | 5b4a10af81c60c6c4787d95f82004094f358459c (patch) | |
tree | 6f7b358288926bd5c501755d1e8f2872fb68d046 /.gitignore | |
download | quart-5b4a10af81c60c6c4787d95f82004094f358459c.tar.gz quart-5b4a10af81c60c6c4787d95f82004094f358459c.tar.bz2 quart-5b4a10af81c60c6c4787d95f82004094f358459c.zip |
Initial..
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e34fb33 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +quart +*.test +*.q
\ No newline at end of file |