Skip to content

Commit 2ce06bf

Browse files
committed
chore(cli): re-work the _ instead of . for certain files for rn-cli revert
1 parent fffd6c7 commit 2ce06bf

File tree

6 files changed

+4
-13
lines changed

6 files changed

+4
-13
lines changed

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,3 @@ yarn-lock.json
1818
package-lock.json
1919

2020
node_modules
21-
22-
# Ignore specific files copying by RN CLI
23-
template/.gitignore
24-
template/.eslintrc.js
25-
template/.prettierrc.js
26-
template/.watchmanconfig

.npmignore

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,14 @@ npm-debug.log
88
yarn-error.log
99
node_modules
1010
template/node_modules
11+
template/vendor/bundle/
1112
template/ios/Pods
13+
template/ios/build
14+
template/android/app/.cxx
1215
template/android/app/build
1316
template/android/.gradle
1417
template/android/.idea
15-
template/.buckconfig
16-
template/.eslintrc.js
17-
template/.flowconfig
18-
template/.gitattributes
19-
template/.gitignore
20-
template/.prettierrc.js
21-
template/.watchmanconfig
2218
documentation
2319
.idea
2420
.github
21+
.husky
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)