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
|
.DS_Store
|
||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
|
GeneratedPluginRegistrant.java
|
||||||
|
|
||||||
/gradle
|
/gradle
|
||||||
/gradlew
|
/gradlew
|
||||||
|
4
dev/benchmarks/complex_layout/ios/.gitignore
vendored
4
dev/benchmarks/complex_layout/ios/.gitignore
vendored
@ -10,6 +10,8 @@ profile
|
|||||||
|
|
||||||
DerivedData/
|
DerivedData/
|
||||||
build/
|
build/
|
||||||
|
GeneratedPluginRegistrant.h
|
||||||
|
GeneratedPluginRegistrant.m
|
||||||
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
@ -36,3 +38,5 @@ Icon?
|
|||||||
/Flutter/Flutter.framework
|
/Flutter/Flutter.framework
|
||||||
/Flutter/Generated.xcconfig
|
/Flutter/Generated.xcconfig
|
||||||
/ServiceDefinitions.json
|
/ServiceDefinitions.json
|
||||||
|
|
||||||
|
Pods/
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
|
GeneratedPluginRegistrant.java
|
||||||
|
|
||||||
/gradle
|
/gradle
|
||||||
/gradlew
|
/gradlew
|
||||||
|
@ -10,6 +10,8 @@ profile
|
|||||||
|
|
||||||
DerivedData/
|
DerivedData/
|
||||||
build/
|
build/
|
||||||
|
GeneratedPluginRegistrant.h
|
||||||
|
GeneratedPluginRegistrant.m
|
||||||
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
@ -36,3 +38,5 @@ Icon?
|
|||||||
/Flutter/Flutter.framework
|
/Flutter/Flutter.framework
|
||||||
/Flutter/Generated.xcconfig
|
/Flutter/Generated.xcconfig
|
||||||
/ServiceDefinitions.json
|
/ServiceDefinitions.json
|
||||||
|
|
||||||
|
Pods/
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
|
GeneratedPluginRegistrant.java
|
||||||
|
|
||||||
/gradle
|
/gradle
|
||||||
/gradlew
|
/gradlew
|
||||||
|
@ -9,6 +9,8 @@ profile
|
|||||||
|
|
||||||
DerivedData/
|
DerivedData/
|
||||||
build/
|
build/
|
||||||
|
GeneratedPluginRegistrant.h
|
||||||
|
GeneratedPluginRegistrant.m
|
||||||
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
@ -35,3 +37,5 @@ Icon?
|
|||||||
/Flutter/Flutter.framework
|
/Flutter/Flutter.framework
|
||||||
/Flutter/Generated.xcconfig
|
/Flutter/Generated.xcconfig
|
||||||
/ServiceDefinitions.json
|
/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
|
.DS_Store
|
||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
|
GeneratedPluginRegistrant.java
|
||||||
|
|
||||||
/gradle
|
/gradle
|
||||||
/gradlew
|
/gradlew
|
||||||
|
4
dev/integration_tests/ui/ios/.gitignore
vendored
4
dev/integration_tests/ui/ios/.gitignore
vendored
@ -9,6 +9,8 @@ profile
|
|||||||
|
|
||||||
DerivedData/
|
DerivedData/
|
||||||
build/
|
build/
|
||||||
|
GeneratedPluginRegistrant.h
|
||||||
|
GeneratedPluginRegistrant.m
|
||||||
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
@ -35,3 +37,5 @@ Icon?
|
|||||||
/Flutter/Flutter.framework
|
/Flutter/Flutter.framework
|
||||||
/Flutter/Generated.xcconfig
|
/Flutter/Generated.xcconfig
|
||||||
/ServiceDefinitions.json
|
/ServiceDefinitions.json
|
||||||
|
|
||||||
|
Pods/
|
||||||
|
2
dev/manual_tests/android/.gitignore
vendored
2
dev/manual_tests/android/.gitignore
vendored
@ -6,7 +6,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
PluginRegistry.java
|
GeneratedPluginRegistrant.java
|
||||||
|
|
||||||
/gradle
|
/gradle
|
||||||
/gradlew
|
/gradlew
|
||||||
|
4
dev/manual_tests/ios/.gitignore
vendored
4
dev/manual_tests/ios/.gitignore
vendored
@ -9,8 +9,8 @@ profile
|
|||||||
|
|
||||||
DerivedData/
|
DerivedData/
|
||||||
build/
|
build/
|
||||||
PluginRegistry.h
|
GeneratedPluginRegistrant.h
|
||||||
PluginRegistry.m
|
GeneratedPluginRegistrant.m
|
||||||
|
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user