We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e334dc3 commit 26b444bCopy full SHA for 26b444b
ghcide/.gitignore
@@ -7,7 +7,9 @@ cabal.project.local
7
/.tasty-rerun-log
8
.vscode
9
/.hlint-*
10
-bench/example/
+bench/example/*
11
+# don't ignore the example file, we need it!
12
+!bench/example/HLS
13
bench-results/
14
bench-temp/
15
.shake/
ghcide/bench/example/HLS
@@ -0,0 +1 @@
1
+../../..
0 commit comments