Compare commits
2 Commits
d5734b808a
...
8b1ba3e6cb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b1ba3e6cb | ||
| c69ffe3299 |
1
app.ts
1
app.ts
@@ -62,6 +62,7 @@ const fetchBranches = async (): Promise<string[]> => {
|
||||
.split("\n")
|
||||
.map((branch) => branch.trim())
|
||||
.filter((branch) => branch !== ""
|
||||
&& !branch.includes("origin/HEAD")
|
||||
&& !IGNORED_BRANCHES
|
||||
.some(ignored => new RegExp(`^${ ignored }$`)
|
||||
.test(branch.replace("origin/", ""))));
|
||||
|
||||
84
dist/app.js
vendored
84
dist/app.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user