1
1
mirror of https://github.com/haskell/lsp.git synced 2024-10-04 02:47:31 +03:00
lsp/.gitignore
Michael Peyton Jones 72580b6bbe
Delete and gitignore hie.yaml
Implicit setup is good now, we don't need this, and people can write
their own one locally if they need to manually select a cabal or stack
cradle.

Also bonus gitignore `.envrc`.

Fixes #336.
2021-06-20 11:20:54 +01:00

23 lines
250 B
Plaintext

/dist/
/dist-newstyle/
/TAGS
/ctags
/tags
/cabal.project.local
/cabal.project.local~
cabal.sandbox.config
.stack-work
stack*.yaml.lock
/.dir-locals.el
/.vscode
/.ghc.environment*
*.swp
*.swo
*.orig
*.DS_Store
.hspec-failures
hie
.hie
hie.yaml
.envrc