Skip to content

Commit 8e1e493

Browse files
committed
preserve GEMINI.md and DEVELOPMENT.md
1 parent 0b89370 commit 8e1e493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monorepo-migration/migrate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ fi
340340
rm -f "$SOURCE_REPO_NAME/codecov.yaml"
341341
rm -f "$SOURCE_REPO_NAME/synth.metadata"
342342
rm -f "$SOURCE_REPO_NAME/license-checks.xml"
343-
find "$SOURCE_REPO_NAME" -maxdepth 1 -name "*.md" ! -name "CHANGELOG.md" ! -name "README.md" -delete
343+
find "$SOURCE_REPO_NAME" -maxdepth 1 -name "*.md" ! -name "CHANGELOG.md" ! -name "README.md" ! -name "GEMINI.md" ! -name "DEVELOPMENT.md" -delete
344344

345345
# 7. Commit the migration
346346
echo "Committing migration..."

0 commit comments

Comments
 (0)