Skip to content

Commit

Permalink
Merge pull request #24 from trueberryless-org/ci-sort-repo-files
Browse files Browse the repository at this point in the history
[ci] sort repos.json files
  • Loading branch information
trueberryless authored Nov 25, 2024
2 parents 30a6123 + ba75616 commit 24c9f4e
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
"repositoryName": "starlight-view-modes"
}
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.github/workflows/deployment.yaml",
"targetPath": ".github/workflows/deployment.yaml",
Expand Down Expand Up @@ -143,10 +147,6 @@
"path": "template-files/.gitignore/Node.gitignore",
"targetPath": ".gitignore"
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.prettierignore",
"targetPath": ".prettierignore"
Expand Down Expand Up @@ -256,6 +256,10 @@
"repositoryName": "starlight-cooler-credit"
}
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.github/workflows/deployment.yaml",
"targetPath": ".github/workflows/deployment.yaml",
Expand Down Expand Up @@ -299,10 +303,6 @@
"path": "template-files/.gitignore/Node.gitignore",
"targetPath": ".gitignore"
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.prettierignore",
"targetPath": ".prettierignore"
Expand Down Expand Up @@ -412,6 +412,10 @@
"repositoryName": "starlight-sidebar-topics-dropdown"
}
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.github/workflows/deployment.yaml",
"targetPath": ".github/workflows/deployment.yaml",
Expand Down Expand Up @@ -455,10 +459,6 @@
"path": "template-files/.gitignore/Node.gitignore",
"targetPath": ".gitignore"
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.prettierignore",
"targetPath": ".prettierignore"
Expand Down Expand Up @@ -568,6 +568,10 @@
"repositoryName": "starlight-contributor-list"
}
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.github/workflows/deployment.yaml",
"targetPath": ".github/workflows/deployment.yaml",
Expand Down Expand Up @@ -611,10 +615,6 @@
"path": "template-files/.gitignore/Node.gitignore",
"targetPath": ".gitignore"
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.prettierignore",
"targetPath": ".prettierignore"
Expand Down Expand Up @@ -724,6 +724,10 @@
"repositoryName": "starlight-plugins-docs-components"
}
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.github/workflows/deployment.yaml",
"targetPath": ".github/workflows/deployment.yaml",
Expand Down Expand Up @@ -767,10 +771,6 @@
"path": "template-files/.gitignore/Node.gitignore",
"targetPath": ".gitignore"
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.prettierignore",
"targetPath": ".prettierignore"
Expand Down Expand Up @@ -880,6 +880,10 @@
"repositoryName": "blog"
}
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.github/workflows/deployment.yaml",
"targetPath": ".github/workflows/deployment.yaml",
Expand Down Expand Up @@ -907,10 +911,6 @@
"path": "template-files/.gitignore/Node.gitignore",
"targetPath": ".gitignore"
},
{
"path": "template-files/.dockerignore",
"targetPath": ".dockerignore"
},
{
"path": "template-files/.prettierignore",
"targetPath": ".prettierignore"
Expand Down

0 comments on commit 24c9f4e

Please sign in to comment.