@sap-ux/project-access 1.35.2 → 1.35.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29,7 +29,7 @@ const filterFileMap = {
29
29
  /**
30
30
  * Default folders to exclude from search.
31
31
  */
32
- const excludeFolders = ['.git', 'node_modules', 'dist'];
32
+ const excludeFolders = ['.git', 'node_modules', 'dist', '.adp'];
33
33
  /**
34
34
  * WorkspaceFolder type guard.
35
35
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/project-access",
3
- "version": "1.35.2",
3
+ "version": "1.35.3",
4
4
  "description": "Library to access SAP Fiori tools projects",
5
5
  "repository": {
6
6
  "type": "git",