Skip to content

Commit 5fbc8fa

Browse files
committed
Do not ignore testdata hie.yaml files
This is surprising and unexpected - I wasted a lot of time debugging test failures in CI that worked fine locally
1 parent a930feb commit 5fbc8fa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dist-newstyle
22
.stack-work
3-
hie.yaml
3+
/hie.yaml
44
cabal.project.local
55
*~
66
*.lock
@@ -18,6 +18,3 @@ shake.yaml.lock
1818
# stack 2.1 stack.yaml lock files
1919
stack*.yaml.lock
2020
shake.yaml.lock
21-
22-
# ignore hie.yaml's for testdata
23-
test/**/*.yaml

0 commit comments

Comments
 (0)