migrate-to-gitea/.gitignore

36 lines
402 B
Plaintext
Raw Permalink Normal View History

2022-07-05 02:32:56 +00:00
# ---> Nix
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*
2022-07-11 05:02:02 +00:00
# ---> 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.*
2022-07-05 02:32:56 +00:00
2022-07-17 03:11:26 +00:00
.direnv
2022-07-11 05:02:02 +00:00
.nvimlog
2022-07-17 03:11:26 +00:00
migrate-to-gitea
migrate-to-gitea-1-link
2022-07-05 02:32:56 +00:00