Initial commit

This commit is contained in:
nerf 2022-11-06 14:10:15 +01:00
commit 2e2bbcd0d6
3 changed files with 265 additions and 0 deletions

30
.gitignore vendored Normal file
View file

@ -0,0 +1,30 @@
# ---> 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.*
# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*