We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53dfacb commit 967a745Copy full SHA for 967a745
generate-stackbrew-library.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -Eeuo pipefail
3
4
-GLOBIGNORE=examples/:.*/:test/:main/:main-ubi/
+GLOBIGNORE=examples/:.*/:test/
5
6
err() {
7
echo >&2 "ERROR: $*"
0 commit comments