Merge pull request #332 from flame-engine/fix-gitignores-examples

fix ignores
This commit is contained in:
Erick
2020-05-15 15:25:03 -03:00
committed by GitHub
11 changed files with 9 additions and 46 deletions

9
docs/examples/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
# Web related
**/*/lib/generated_plugin_registrant.dart
# Platforms
**/*/android
**/*/ios
**/*/web
**/*/macos
**/*/test

View File

@ -70,6 +70,4 @@ build/
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
macos
test
.flutter-plugins-dependencies

View File

@ -68,8 +68,3 @@
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
lib/generated_plugin_registrant.dart
macos/
test/
web/

View File

@ -68,8 +68,3 @@
!**/ios/**/default.pbxuser
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
lib/generated_plugin_registrant.dart
macos/
test/
web/

View File

@ -30,9 +30,6 @@
.pub/
/build/
# Web related
lib/generated_plugin_registrant.dart
# Symbolication related
app.*.symbols
@ -41,7 +38,3 @@ app.*.map.json
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
android
ios
web

View File

@ -30,12 +30,5 @@
.pub/
/build/
# Web related
lib/generated_plugin_registrant.dart
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
ios
android
web

View File

@ -73,5 +73,3 @@
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
.flutter-plugins-dependencies
macos
test

View File

@ -69,8 +69,4 @@
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
macos
test
.flutter-plugins-dependencies

View File

@ -69,9 +69,4 @@
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
macos
test
.flutter-plugins-dependencies
web
lib/generated_plugin_registrant.dart

View File

@ -70,5 +70,3 @@
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
.flutter-plugins-dependencies
web

View File

@ -30,12 +30,5 @@
.pub/
/build/
# Web related
lib/generated_plugin_registrant.dart
# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
android
ios
web