Skip to content

Commit 745ea58

Browse files
chore: exclude .iml files in showcase's diff check (#1689)
1 parent cc5724f commit 745ea58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

showcase/scripts/verify.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ case $1 in
5757

5858
unzip -q -c "$BAZEL_ROOT/$GAPIC_JAR" temp-codegen.srcjar | jar x
5959
delete_unneeded
60-
diff -ru "$SHOWCASE_DIR/$GAPIC_PROJECT_DIR"/src "$GAPIC_UNPACK_DIR"/src --exclude=it --exclude=resources
60+
diff -ru "$SHOWCASE_DIR/$GAPIC_PROJECT_DIR"/src "$GAPIC_UNPACK_DIR"/src --exclude=it --exclude=resources --exclude=*.iml
6161
;;
6262
esac

0 commit comments

Comments
 (0)