Skip to content

Commit 82905d9

Browse files
committed
Try to fix gitignore so dependabot works
1 parent b3b7c7f commit 82905d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ derived/
2222
.docc-build/
2323
kotlin-js-store/
2424

25-
source/react-native/b2b
25+
source/react-native/b2b/*
2626
source/react-native/b2b/src/__mocks__
2727
source/react-native/b2b/src/NativeStytchBridge.ts
2828
source/react-native/b2b/src/app.plugin.cjs
2929
!source/react-native/b2b/src
3030
!source/react-native/b2b/package.json
3131
!source/react-native/b2b/yarn.lock
3232

33-
source/react-native/consumer
33+
source/react-native/consumer/*
3434
source/react-native/consumer/src/__mocks__
3535
source/react-native/consumer/src/NativeStytchBridge.ts
3636
source/react-native/consumer/src/app.plugin.cjs

0 commit comments

Comments
 (0)