Skip to content

Commit

Permalink
fix(expo): do not publish plugin tests and sources (#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 6cb035c commit 6b5dca5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/app/.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
5 changes: 5 additions & 0 deletions packages/crashlytics/.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
5 changes: 5 additions & 0 deletions packages/perf/.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

1 comment on commit 6b5dca5

@vercel
Copy link

@vercel vercel bot commented on 6b5dca5 Aug 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.