mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-20 16:40:14 +00:00
apps
colorscheme
disks
docs
hosts
modules
overlays
private
templates
basic
haskell
app
bench
src
test
.gitignore
.hlint.yaml
cabal.project
flake.nix
hello.cabal
hie.yaml
poetry
python
windows
.envrc
.gitignore
.stylua.toml
LICENSE
README.md
flake.lock
flake.nix
password.sha512
public-keys
28 lines
261 B
Plaintext
28 lines
261 B
Plaintext
### Nix ###
|
|
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.*
|