Skip to content

Commit

Permalink
fix: add paths to ignore in glob (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak authored Jul 11, 2023
1 parent 8ff2278 commit 151239f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli-platform-android/src/config/findManifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export default function findManifest(folder: string) {
'**/debug/**',
'Examples/**',
'examples/**',
'**/Pods/**',
'**/sdks/hermes/android/**',
],
})[0];

Expand Down

0 comments on commit 151239f

Please sign in to comment.