updated default gitignore

This commit is contained in:
2026-02-18 07:35:22 +01:00
parent 5ee2611629
commit 8f578e865e
2 changed files with 4 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ export class GitEngine {
'.Trashes/',
'._*',
'.fseventsd',
'html/',
];
private createNonInteractiveGit(projectPath: string): ReturnType<typeof simpleGit> {