We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff72f47 commit bb94f55Copy full SHA for bb94f55
package.json
@@ -20,6 +20,14 @@
20
"cpp",
21
"*.podspec",
22
"react-native.config.js",
23
+ ".github",
24
+ "LICENSE",
25
+ "README.md",
26
+ "CHANGELOG.md",
27
+ "CODE_OF_CONDUCT.md",
28
+ "CONTRIBUTING.md",
29
+ "tsconfig.json",
30
+ "babel.config.js",
31
"!ios/build",
32
"!android/build",
33
"!android/gradle",
@@ -29,7 +37,16 @@
37
"!**/__tests__",
38
"!**/__fixtures__",
39
"!**/__mocks__",
- "!**/.*"
40
+ "!.yarn",
41
+ "!.yarnrc.yml",
42
+ "!.git",
43
+ "!.gitignore",
44
+ "!.eslintrc.js",
45
+ "!.DS_Store",
46
+ "!lefthook.yml",
47
+ "!turbo.json",
48
+ "!tsconfig.build.json",
49
+ "!yarn.lock"
50
],
34
51
"scripts": {
35
52
"example": "yarn workspace munim-bluetooth-peripheral-example",
0 commit comments