mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-08 13:55:14 +02:00
No longer mark environments as external in Git
This commit is contained in:
@@ -70,8 +70,6 @@ export function GitCommitDialog({ syncDir, onDone, workspace }: Props) {
|
|||||||
allEntries.push(entry);
|
allEntries.push(entry);
|
||||||
if (entry.next == null && entry.prev == null) {
|
if (entry.next == null && entry.prev == null) {
|
||||||
externalEntries.push(entry);
|
externalEntries.push(entry);
|
||||||
} else if (entry.next?.model === 'environment' || entry.prev?.model === 'environment') {
|
|
||||||
externalEntries.push(entry);
|
|
||||||
} else {
|
} else {
|
||||||
yaakEntries.push(entry);
|
yaakEntries.push(entry);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user