Skip to content

Commit c17d331

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 e5a9fb7 commit c17d331

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
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
@@ -19,8 +19,5 @@ shake.yaml.lock
1919
stack*.yaml.lock
2020
shake.yaml.lock
2121

22-
# ignore hie.yaml's for testdata
23-
test/**/*.yaml
24-
2522
# metadata files on macOS
2623
.DS_Store

0 commit comments

Comments
 (0)