Skip to content

Commit 3d256f7

Browse files
authored
fix: ignores need to be explicit (#182)
1 parent 65fee19 commit 3d256f7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.changeset/config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"access": "public",
1111
"baseBranch": "main",
1212
"ignore": [
13-
"docs",
14-
"android-app",
15-
"apple-app",
16-
"rn-app",
17-
"tester-integrated",
18-
"react-native-brownfield-gradle-plugin"
13+
"react-native-brownfield-docs",
14+
"@callstack/brownfield-example-android-app",
15+
"@callstack/brownfield-example-ios-app",
16+
"@callstack/brownfield-example-rn-app",
17+
"@callstack/react-native-brownfield-tester-integrated",
18+
"@callstack/brownfield-gradle-plugin-react"
1919
],
2020
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
2121
"onlyUpdatePeerDependentsWhenOutOfRange": true,

0 commit comments

Comments
 (0)