diff --git a/.gitignore b/.gitignore index 4a3dea66a..fbebf5fe3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/package.json b/package.json index eaf58f6ef..bcb94b2d0 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/template/.buckconfig b/template/_buckconfig similarity index 100% rename from template/.buckconfig rename to template/_buckconfig diff --git a/template/.eslintrc.js b/template/_eslintrc.js similarity index 100% rename from template/.eslintrc.js rename to template/_eslintrc.js diff --git a/template/.flowconfig b/template/_flowconfig similarity index 100% rename from template/.flowconfig rename to template/_flowconfig diff --git a/template/.gitattributes b/template/_gitattributes similarity index 100% rename from template/.gitattributes rename to template/_gitattributes diff --git a/template/.gitignore b/template/_gitignore similarity index 100% rename from template/.gitignore rename to template/_gitignore diff --git a/template/.prettierrc.js b/template/_prettierrc.js similarity index 100% rename from template/.prettierrc.js rename to template/_prettierrc.js diff --git a/template/.watchmanconfig b/template/_watchmanconfig similarity index 100% rename from template/.watchmanconfig rename to template/_watchmanconfig