Skip to content

Commit c85cc07

Browse files
authored
Rename dot files with underscore, automatic copy by RN CLI (#127)
* rename dot files with underscore, automatic copy by RN CLI * fix issue with dot files copy
1 parent ca3a3ac commit c85cc07

9 files changed

+10
-1
lines changed

Diff for: .gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,12 @@ local.properties
1414
#
1515
npm-debug.log
1616
yarn-error.log
17+
18+
# Ignore specific files copying by RN CLI
19+
template/.gitignore
20+
template/.gitattributes
21+
template/.eslintrc.js
22+
template/.flowconfig
23+
template/.buckconfig
24+
template/.prettierrc.js
25+
template/.watchmanconfig

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thecodingmachine/react-native-boilerplate",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "TheCodingMachine React Native Boilerplate",
55
"repository": {
66
"type": "git",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)