Skip to content

Commit

Permalink
Exclude unnecessary file and folders
Browse files Browse the repository at this point in the history
  • Loading branch information
SaeedZhiany committed Nov 13, 2019
1 parent a58eac6 commit 9332b91
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.github/
example/
10 changes: 10 additions & 0 deletions android/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*.iml
.DS_Store
.gradle/
.idea/
.npmignore
build/
gradle/
gradlew
gradlew.bat
local.properties
6 changes: 6 additions & 0 deletions ios/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*/project.xcworkspace/
*/xcuserdata/
.DS_Store
.npmignore
Pods/
build/
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9332b91

Please sign in to comment.