Skip to content

Commit c35d3b4

Browse files
SamChou19815meta-codesync[bot]
authored andcommitted
Remove glob: prefix in oss projects (#58100)
Summary: Pull Request resolved: #58100 Latest flow binary only supports the glob system. No need for the prefix. Remove. Changelog: [internal] Reviewed By: gkz Differential Revision: D116670956 fbshipit-source-id: 81ce5ef75fc7c5966157eb4bd628ce4468ee25b5
1 parent 4f9f24e commit c35d3b4

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.flowconfig

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
[ignore]
22
; Ignore build cache folder
3-
glob:packages/react-native/sdks/**
3+
packages/react-native/sdks/**
44

55
; Ignore fb_internal modules
6-
glob:packages/react-native/src/fb_internal/**
6+
packages/react-native/src/fb_internal/**
77

88
; Ignore the codegen e2e tests
9-
glob:packages/react-native-codegen/e2e/__test_fixtures__/modules/NativeEnumTurboModule.js
9+
packages/react-native-codegen/e2e/__test_fixtures__/modules/NativeEnumTurboModule.js
1010

1111
; Ignore "BUCK" generated dirs
12-
glob:.buckd/**
12+
.buckd/**
1313

1414
; Ignore other platform suffixes
15-
glob:**/*.macos.js
16-
glob:**/*.windows.js
15+
**/*.macos.js
16+
**/*.windows.js
1717

18-
glob:**/node_modules/resolve/test/resolver/malformed_package_json/package.json
18+
**/node_modules/resolve/test/resolver/malformed_package_json/package.json
1919

2020
; Checked-in build output
21-
glob:packages/debugger-frontend/dist/**
21+
packages/debugger-frontend/dist/**
2222

2323
; Generated build output
24-
glob:packages/*/dist/**
24+
packages/*/dist/**
2525

2626
; helloworld
27-
glob:private/helloworld/ios/Pods/**
27+
private/helloworld/ios/Pods/**
2828

2929
; Ignore rn-tester Pods
30-
glob:packages/rn-tester/Pods/**
30+
packages/rn-tester/Pods/**
3131

3232
[untyped]
3333
.*/node_modules/@react-native-community/cli/.*/.*

0 commit comments

Comments
 (0)