Exclude unnecessary file and folders
This commit is contained in:
parent
a58eac650f
commit
9332b910db
@ -1,2 +1 @@
|
||||
.github/
|
||||
example/
|
||||
|
||||
10
android/.npmignore
Normal file
10
android/.npmignore
Normal file
@ -0,0 +1,10 @@
|
||||
*.iml
|
||||
.DS_Store
|
||||
.gradle/
|
||||
.idea/
|
||||
.npmignore
|
||||
build/
|
||||
gradle/
|
||||
gradlew
|
||||
gradlew.bat
|
||||
local.properties
|
||||
6
ios/.npmignore
Normal file
6
ios/.npmignore
Normal file
@ -0,0 +1,6 @@
|
||||
*/project.xcworkspace/
|
||||
*/xcuserdata/
|
||||
.DS_Store
|
||||
.npmignore
|
||||
Pods/
|
||||
build/
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user