Update integration test .gitignores to latest template (#10191)
Under android/ directory, ignore: GeneratedPluginRegistrant.java Under ios/ directory, ignore: GeneratedPluginRegistrant.h GeneratedPluginRegistrant.m Pods/
This commit is contained in:
parent
568bf06cc1
commit
d94943a9ac
@ -6,6 +6,7 @@
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
GeneratedPluginRegistrant.java
|
||||
|
||||
/gradle
|
||||
/gradlew
|
||||
|
4
dev/benchmarks/complex_layout/ios/.gitignore
vendored
4
dev/benchmarks/complex_layout/ios/.gitignore
vendored
@ -10,6 +10,8 @@ profile
|
||||
|
||||
DerivedData/
|
||||
build/
|
||||
GeneratedPluginRegistrant.h
|
||||
GeneratedPluginRegistrant.m
|
||||
|
||||
*.pbxuser
|
||||
*.mode1v3
|
||||
@ -36,3 +38,5 @@ Icon?
|
||||
/Flutter/Flutter.framework
|
||||
/Flutter/Generated.xcconfig
|
||||
/ServiceDefinitions.json
|
||||
|
||||
Pods/
|
||||
|
@ -6,6 +6,7 @@
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
GeneratedPluginRegistrant.java
|
||||
|
||||
/gradle
|
||||
/gradlew
|
||||
|
@ -10,6 +10,8 @@ profile
|
||||
|
||||
DerivedData/
|
||||
build/
|
||||
GeneratedPluginRegistrant.h
|
||||
GeneratedPluginRegistrant.m
|
||||
|
||||
*.pbxuser
|
||||
*.mode1v3
|
||||
@ -36,3 +38,5 @@ Icon?
|
||||
/Flutter/Flutter.framework
|
||||
/Flutter/Generated.xcconfig
|
||||
/ServiceDefinitions.json
|
||||
|
||||
Pods/
|
||||
|
@ -6,6 +6,7 @@
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
GeneratedPluginRegistrant.java
|
||||
|
||||
/gradle
|
||||
/gradlew
|
||||
|
@ -9,6 +9,8 @@ profile
|
||||
|
||||
DerivedData/
|
||||
build/
|
||||
GeneratedPluginRegistrant.h
|
||||
GeneratedPluginRegistrant.m
|
||||
|
||||
*.pbxuser
|
||||
*.mode1v3
|
||||
@ -35,3 +37,5 @@ Icon?
|
||||
/Flutter/Flutter.framework
|
||||
/Flutter/Generated.xcconfig
|
||||
/ServiceDefinitions.json
|
||||
|
||||
Pods/
|
||||
|
1
dev/integration_tests/ui/android/.gitignore
vendored
1
dev/integration_tests/ui/android/.gitignore
vendored
@ -6,6 +6,7 @@
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
GeneratedPluginRegistrant.java
|
||||
|
||||
/gradle
|
||||
/gradlew
|
||||
|
4
dev/integration_tests/ui/ios/.gitignore
vendored
4
dev/integration_tests/ui/ios/.gitignore
vendored
@ -9,6 +9,8 @@ profile
|
||||
|
||||
DerivedData/
|
||||
build/
|
||||
GeneratedPluginRegistrant.h
|
||||
GeneratedPluginRegistrant.m
|
||||
|
||||
*.pbxuser
|
||||
*.mode1v3
|
||||
@ -35,3 +37,5 @@ Icon?
|
||||
/Flutter/Flutter.framework
|
||||
/Flutter/Generated.xcconfig
|
||||
/ServiceDefinitions.json
|
||||
|
||||
Pods/
|
||||
|
2
dev/manual_tests/android/.gitignore
vendored
2
dev/manual_tests/android/.gitignore
vendored
@ -6,7 +6,7 @@
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
PluginRegistry.java
|
||||
GeneratedPluginRegistrant.java
|
||||
|
||||
/gradle
|
||||
/gradlew
|
||||
|
4
dev/manual_tests/ios/.gitignore
vendored
4
dev/manual_tests/ios/.gitignore
vendored
@ -9,8 +9,8 @@ profile
|
||||
|
||||
DerivedData/
|
||||
build/
|
||||
PluginRegistry.h
|
||||
PluginRegistry.m
|
||||
GeneratedPluginRegistrant.h
|
||||
GeneratedPluginRegistrant.m
|
||||
|
||||
*.pbxuser
|
||||
*.mode1v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user