diff --git a/src/Appwrite/Platform/Tasks/SDKs.php b/src/Appwrite/Platform/Tasks/SDKs.php index a480f4cb4f..6aa78c73a5 100644 --- a/src/Appwrite/Platform/Tasks/SDKs.php +++ b/src/Appwrite/Platform/Tasks/SDKs.php @@ -805,6 +805,16 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ->setExcludePaths([ '.github/workflows/**', '.github/ISSUE_TEMPLATE/**', + 'package.json', + 'package-lock.json', + 'install.sh', + 'install.ps1', + 'README.md', + 'CHANGELOG.md', + 'LICENSE', + 'LICENSE.md', + 'scoop/*.json', + 'lib/constants.ts', ]) ->setMaxDiffLines(500) ->setUserId('sdk-analyst');