We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a1760 commit c0b4d91Copy full SHA for c0b4d91
.gitignore
@@ -9,5 +9,3 @@ node_modules
9
# npm unused lock file (we use yarn.lock)
10
package-lock.json
11
12
-# generated from template/.gitignore
13
-template/.npmignore
package.json
@@ -13,12 +13,8 @@
"react-native-template"
14
],
15
"files": [
16
- "*.md",
17
"*.js",
18
- "template/*",
19
- "!template/android/app/build",
20
- "!template/ios/build",
21
- "!template/ios/Pods"
+ "template"
22
23
"devDependencies": {
24
"bs-platform": "^9.0.0",
template/.gitignore
@@ -56,7 +56,7 @@ buck-out/
56
*.jsbundle
57
58
# CocoaPods
59
-/ios/Pods/
+ios/Pods/
60
61
# ReScript artifacts
62
*.bs.js
0 commit comments