Add direnv support & gitignore

This commit is contained in:
Kiana Sheibani 2022-03-12 18:23:33 -05:00
parent dd882e1ebc
commit ff39f745a9
2 changed files with 34 additions and 0 deletions

3
template/.envrc Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
use flake

31
template/.gitignore vendored Normal file
View file

@ -0,0 +1,31 @@
# standard haskell gitignore
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.*
# ignore vscodium's local config
.vscode/
# ignore nix build system
result*
.direnv