Skip to content

Commit

Permalink
Update .npmignore config
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Dec 1, 2019
1 parent 9b47c50 commit f650d6f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
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/
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@
]
},
"files": [
"package.json",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE",
"ios",
"android",
"index.js",
"ios",
"index.d.ts",
"react-native-app-auth.podspec"
],
Expand Down

0 comments on commit f650d6f

Please sign in to comment.