Skip to content

Commit

Permalink
using only npmignore since it has unpredicatble behavior when used wi…
Browse files Browse the repository at this point in the history
…th files in package.json (#346)
  • Loading branch information
jdivock-stripe committed Aug 31, 2022
1 parent a2f146d commit 72f43ea
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 15 deletions.
92 changes: 86 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,93 @@
**/__fixtures__
**/__mocks__
**/__tests__
android/.gradle
android/.idea
android/build
*.log
.circleci
.detoxrc.json
.env
.github
.husky
coverage
dev-app
docs
e2e
example-app
fastlane
ios/build
junit.xml
lib/typescript/dev-app
node_modules
npm-debug.log*
.yarnrc

# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IJ
#
.idea
.gradle
local.properties
android/.gradle
android/.idea
android/build
android/src/test

# Tests
*.snap
**/__fixtures__
**/__mocks__
**/__tests__
**/*.test.js
**/*.test.jsx
**/*.test.ts
**/*.test.d.ts
**/*.test.tsx
jest.eslint.config.js
jestSetup.js

# TS configs
tsconfig.build.json
tsconfig.json
tsconfig-strict.json
tslint.json

# Eslint
.eslintignore
.eslintrc.js
.eslintrc

# Docs
CONTRIBUTING.md
CODE_OF_CONDUCT.md
CODEOWNERS

# Other
Brewfile
babel.config.js
.watchmanconfig
.logo.png
.grenrc.js
.clang-format
.prettierrc
.editorconfig
.gitattributes
.node-version
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"lib",
"src",
"android",
"ios",
"cpp",
"app.plugin.js",
"stripe-terminal-react-native.podspec"
],
"scripts": {
"test": "yarn unit-test:android && yarn unit-test:js",
"typescript": "tsc --noEmit",
Expand Down

0 comments on commit 72f43ea

Please sign in to comment.