Exclude unnecessary file and folders

This commit is contained in:
SaeedZhiany 2019-11-12 11:47:50 +03:30 committed by SAEED
parent a58eac650f
commit 9332b910db
4 changed files with 22 additions and 1 deletions

View File

@ -1,2 +1 @@
.github/
example/

10
android/.npmignore Normal file
View File

@ -0,0 +1,10 @@
*.iml
.DS_Store
.gradle/
.idea/
.npmignore
build/
gradle/
gradlew
gradlew.bat
local.properties

6
ios/.npmignore Normal file
View File

@ -0,0 +1,6 @@
*/project.xcworkspace/
*/xcuserdata/
.DS_Store
.npmignore
Pods/
build/

View File

@ -3,6 +3,12 @@
"version": "3.3.0",
"description": "InAppBrowser for React Native",
"main": "index.js",
"files": [
"android/",
"ios/",
"index.d.ts",
"RNInAppBrowser.podspec"
],
"readmeFilename": "README.md",
"scripts": {
"lint": "eslint index.js",