Updated gitignore

This commit is contained in:
Thomas Stockx 2019-10-17 13:48:35 +02:00
parent 5fb06c36a8
commit db637ce73d
2 changed files with 6 additions and 11 deletions

6
example/.gitignore vendored
View File

@ -46,6 +46,8 @@ example/unity/DemoApp/Temp/
**/android/gradlew.bat
**/android/local.properties
**/android/**/GeneratedPluginRegistrant.java
**/android/key.properties
*.jks
# iOS/XCode related
**/ios/**/*.mode1v3
@ -70,9 +72,13 @@ example/unity/DemoApp/Temp/
**/ios/Flutter/app.flx
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
**/ios/Flutter/flutter_export_environment.sh
**/ios/ServiceDefinitions.json
**/ios/Runner/GeneratedPluginRegistrant.*
# Coverage
coverage/
# Exceptions to above rules.
!**/ios/**/default.mode1v3
!**/ios/**/default.mode2v3

View File

@ -1,11 +0,0 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/opt/gitrepos/flutter"
export "FLUTTER_APPLICATION_PATH=/opt/gitrepos/flutter-unity-view-widget-thomas/flutter-unity-view-widget/example"
export "FLUTTER_TARGET=/opt/gitrepos/flutter-unity-view-widget-thomas/flutter-unity-view-widget/example/lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
export "FLUTTER_FRAMEWORK_DIR=/opt/gitrepos/flutter/bin/cache/artifacts/engine/ios"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
export "TRACK_WIDGET_CREATION=true"