Skip to content

Commit

Permalink
Rename dot files with underscore, automatic copy by RN CLI (#127)
Browse files Browse the repository at this point in the history
* rename dot files with underscore, automatic copy by RN CLI
* fix issue with dot files copy
  • Loading branch information
AurelGit authored Nov 5, 2020
1 parent ca3a3ac commit c85cc07
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ local.properties
#
npm-debug.log
yarn-error.log

# Ignore specific files copying by RN CLI
template/.gitignore
template/.gitattributes
template/.eslintrc.js
template/.flowconfig
template/.buckconfig
template/.prettierrc.js
template/.watchmanconfig
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thecodingmachine/react-native-boilerplate",
"version": "2.1.0",
"version": "2.1.1",
"description": "TheCodingMachine React Native Boilerplate",
"repository": {
"type": "git",
Expand Down
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 comments on commit c85cc07

Please sign in to comment.