Skip to content

Commit

Permalink
fix(expo): do not publish plugin tests and sources (invertase#5565)
Browse files Browse the repository at this point in the history
* [app] npm ignore expo plugin source
* [crashlytics] npm ignore expo config plugin src
* [perf] npm ignore expo config plugin src tests
  • Loading branch information
barthap authored Aug 3, 2021
1 parent 99ec5dc commit 5050b6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ android/.idea/scopes/scope_settings.xml
android/.idea/vcs.xml
android/*.iml

# Expo config plugin
plugin/src/
plugin/__tests__/
plugin/tsconfig.json

# Xcode
*.pbxuser
*.mode1v3
Expand Down

0 comments on commit 5050b6e

Please sign in to comment.