commit 0791f0ad6495fbec3ec473f634fcc1637bdb8b8d Author: Bartłomiej Przemysław Pluta Date: Sun Oct 31 21:24:52 2021 +0100 Init repo diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a5e82c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ + +# Created by https://www.toptal.com/developers/gitignore/api/haskell +# Edit at https://www.toptal.com/developers/gitignore?templates=haskell + +### Haskell ### +dist +dist-* +cabal-dev +*.o +*.hi +*.hie +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +*.eventlog +.stack-work/ +cabal.project.local +cabal.project.local~ +.HTF/ +.ghc.environment.* + +# End of https://www.toptal.com/developers/gitignore/api/haskell +