Add direnv support & gitignore
This commit is contained in:
parent
dd882e1ebc
commit
ff39f745a9
3
template/.envrc
Normal file
3
template/.envrc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
use flake
|
31
template/.gitignore
vendored
Normal file
31
template/.gitignore
vendored
Normal 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
|
Loading…
Reference in a new issue