Commit d94943a9 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Update integration test .gitignores to latest template (#10191)

Under android/ directory, ignore:
GeneratedPluginRegistrant.java

Under ios/ directory, ignore:
GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
Pods/
parent 568bf06c
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
.DS_Store .DS_Store
/build /build
/captures /captures
GeneratedPluginRegistrant.java
/gradle /gradle
/gradlew /gradlew
......
...@@ -10,6 +10,8 @@ profile ...@@ -10,6 +10,8 @@ profile
DerivedData/ DerivedData/
build/ build/
GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
*.pbxuser *.pbxuser
*.mode1v3 *.mode1v3
...@@ -36,3 +38,5 @@ Icon? ...@@ -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 @@ ...@@ -6,6 +6,7 @@
.DS_Store .DS_Store
/build /build
/captures /captures
GeneratedPluginRegistrant.java
/gradle /gradle
/gradlew /gradlew
......
...@@ -10,6 +10,8 @@ profile ...@@ -10,6 +10,8 @@ profile
DerivedData/ DerivedData/
build/ build/
GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
*.pbxuser *.pbxuser
*.mode1v3 *.mode1v3
...@@ -36,3 +38,5 @@ Icon? ...@@ -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 @@ ...@@ -6,6 +6,7 @@
.DS_Store .DS_Store
/build /build
/captures /captures
GeneratedPluginRegistrant.java
/gradle /gradle
/gradlew /gradlew
......
...@@ -9,6 +9,8 @@ profile ...@@ -9,6 +9,8 @@ profile
DerivedData/ DerivedData/
build/ build/
GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
*.pbxuser *.pbxuser
*.mode1v3 *.mode1v3
...@@ -35,3 +37,5 @@ Icon? ...@@ -35,3 +37,5 @@ Icon?
/Flutter/Flutter.framework /Flutter/Flutter.framework
/Flutter/Generated.xcconfig /Flutter/Generated.xcconfig
/ServiceDefinitions.json /ServiceDefinitions.json
Pods/
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
.DS_Store .DS_Store
/build /build
/captures /captures
GeneratedPluginRegistrant.java
/gradle /gradle
/gradlew /gradlew
......
...@@ -9,6 +9,8 @@ profile ...@@ -9,6 +9,8 @@ profile
DerivedData/ DerivedData/
build/ build/
GeneratedPluginRegistrant.h
GeneratedPluginRegistrant.m
*.pbxuser *.pbxuser
*.mode1v3 *.mode1v3
...@@ -35,3 +37,5 @@ Icon? ...@@ -35,3 +37,5 @@ Icon?
/Flutter/Flutter.framework /Flutter/Flutter.framework
/Flutter/Generated.xcconfig /Flutter/Generated.xcconfig
/ServiceDefinitions.json /ServiceDefinitions.json
Pods/
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
.DS_Store .DS_Store
/build /build
/captures /captures
PluginRegistry.java GeneratedPluginRegistrant.java
/gradle /gradle
/gradlew /gradlew
......
...@@ -9,8 +9,8 @@ profile ...@@ -9,8 +9,8 @@ profile
DerivedData/ DerivedData/
build/ build/
PluginRegistry.h GeneratedPluginRegistrant.h
PluginRegistry.m GeneratedPluginRegistrant.m
*.pbxuser *.pbxuser
*.mode1v3 *.mode1v3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment