Skip to content

Commit 9c66f37

Browse files
committed
build(expo-plugins): leave plugin source/tsconfig in published package
This way users may rebuild it from source if the need to for some reason
1 parent aabb075 commit 9c66f37

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

packages/app/.npmignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ android/.idea/scopes/scope_settings.xml
2828
android/.idea/vcs.xml
2929
android/*.iml
3030

31-
# Expo config plugin
32-
plugin/src/
31+
# Expo config plugin - include src/tsconfig but tests are not needed
3332
plugin/__tests__/
34-
plugin/tsconfig.json
3533

3634
# Xcode
3735
*.pbxuser

packages/crashlytics/.npmignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ android/.idea/scopes/scope_settings.xml
2828
android/.idea/vcs.xml
2929
android/*.iml
3030

31-
# Expo config plugin
32-
plugin/src/
31+
# Expo config plugin - include src/tsconfig but tests are not needed
3332
plugin/__tests__/
34-
plugin/tsconfig.json
3533

3634
# Xcode
3735
*.pbxuser

packages/perf/.npmignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ android/.idea/scopes/scope_settings.xml
2828
android/.idea/vcs.xml
2929
android/*.iml
3030

31-
# Expo config plugin
32-
plugin/src/
31+
# Expo config plugin - include src/tsconfig but tests are not needed
3332
plugin/__tests__/
34-
plugin/tsconfig.json
3533

3634
# Xcode
3735
*.pbxuser

0 commit comments

Comments
 (0)