diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2021-02-10 21:31:23 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2021-02-10 21:31:23 +0300 |
commit | b44005b3b5426bd31c40f74c150ca00775f4dd9f (patch) | |
tree | bdf08ce7b2582633fdbe357e4d16d1bd5b31bd25 /.gitignore | |
download | suem-b44005b3b5426bd31c40f74c150ca00775f4dd9f.tar suem-b44005b3b5426bd31c40f74c150ca00775f4dd9f.tar.xz suem-b44005b3b5426bd31c40f74c150ca00775f4dd9f.zip |
Initial commit.
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..61e1b67 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.stack-work/ +*.cabal +*.lock |