1dist-newstyle
2.stack-work
3/hie.yaml
4/install/hie.yaml
5cabal.project.local
6*~
7*.lock
8
9.tasty-rerun-log
10
11# shake build information
12_build/
13
14# stack 2.1 stack.yaml lock files
15stack*.yaml.lock
16shake.yaml.lock
17
18.vscode
19/test-logs/*.log
20
21# stack 2.1 stack.yaml lock files
22stack*.yaml.lock
23shake.yaml.lock
24
25# ignore hie.yaml's for testdata
26test/testdata/**/hie.yaml
27
28# metadata files on macOS
29.DS_Store
30
31# shake build folder (used in benchmark suite)
32.shake/
33
34# pre-commit-hook.nix
35.pre-commit-config.yaml
36
37# direnv
38/.direnv/
39/.envrc
40
41# ghcide-bench
42*.identifierPosition
43/bench/example
44
45# nix
46result
47result-doc
48