mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-25 21:06:51 +03:00
e91090242d
Co-authored-by: CristhianMotoche <cristhian.motoche@gmail.com> Co-authored-by: Sebastián Estrella <2049686+sestrella@users.noreply.github.com>
35 lines
352 B
Plaintext
35 lines
352 B
Plaintext
*.chi
|
|
*.chs.h
|
|
*.dyn_hi
|
|
*.dyn_o
|
|
*.hi
|
|
*.o
|
|
.cabal-sandbox/
|
|
.direnv/
|
|
.hpc
|
|
.hsenv
|
|
.tool-versions
|
|
cabal-dev
|
|
dist
|
|
cabal.project.freeze
|
|
cabal.project.local
|
|
cabal.sandbox.config
|
|
*.prof
|
|
*.aux
|
|
*.hp
|
|
.stack-work/
|
|
dist-newstyle
|
|
result
|
|
nix/
|
|
.ghc.environment.*
|
|
.tmuxinator.yml
|
|
# Devenv
|
|
.devenv*
|
|
devenv.local.nix
|
|
|
|
# direnv
|
|
.direnv
|
|
|
|
# pre-commit
|
|
.pre-commit-config.yaml
|