haskell-language-server/.gitignore
Kobayashi 771d8f44e6
unify pre-commit hook & update Gitpod config (#2991)
* update Gitpod config

* update nix shellHook & docs

* install pre-commit hook

* add kokobd as code owner to .gitpod.*

* add gen-hie to Gitpod

* add tools for doc

* remove .pre-commit-config.yaml from .gitignore

* set vscode formatter to stylish-haskell in Gitpod
2022-06-28 08:54:32 +00:00

47 lines
552 B
Plaintext

dist-newstyle
.stack-work
/hie.yaml
cabal.project.local
*~
*.lock
.tasty-rerun-log
# shake build information
_build/
# stack 2.1 stack.yaml lock files
stack*.yaml.lock
shake.yaml.lock
.vscode
/test-logs/*.log
# stack 2.1 stack.yaml lock files
stack*.yaml.lock
shake.yaml.lock
# ignore hie.yaml's for testdata
test/testdata/**/hie.yaml
# metadata files on macOS
.DS_Store
# shake build folder (used in benchmark suite)
.shake/
# direnv
/.direnv/
/.envrc
# ghcide-bench
*.identifierPosition
/bench/example
# nix
result
result-doc
out/
store/