newsance/.gitignore
2024-08-16 18:43:44 -07:00

32 lines
366 B
Text

# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
# ---> 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.*
# ---> Direnv
.direnv/