fix(ci): ignore patches

This commit is contained in:
Oskar Manhart 2024-11-01 13:26:29 +01:00
parent e93cf9a535
commit be5d020a04
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
"flake.lock", "flake.lock",
"^\\.[^/]+", "^\\.[^/]+",
"/\\.[^/]+", "/\\.[^/]+",
"^(.+)\\.(md|svg|png|reg|gif)", "^(.+)\\.(md|svg|png|reg|gif|patch)",
"^(fonts|WinApps-Launcher)(/.*)?", "^(fonts|WinApps-Launcher)(/.*)?",
"apps/access/info", "apps/access/info",
"apps/access-o365-x86/info", "apps/access-o365-x86/info",
@ -62,8 +62,7 @@
"apps/powerpoint-o365/info", "apps/powerpoint-o365/info",
"apps/publisher-o365/info", "apps/publisher-o365/info",
"apps/word-o365/info", "apps/word-o365/info",
"install/inquirer.sh", "install/inquirer.sh"
"oem/RDPApps.reg"
], ],
"license": false, "license": false,
"force_author": false, "force_author": false,

View File

@ -1,5 +1,6 @@
@echo off @echo off
REM Copyright (c) 2024 Oskar Manhart REM Copyright (c) 2024 Oskar Manhart
REM Copyright (c) 2024 itiligent
REM All rights reserved. REM All rights reserved.
REM REM
REM SPDX-License-Identifier: AGPL-3.0-or-later REM SPDX-License-Identifier: AGPL-3.0-or-later