rsflutterapp

Bahnhofsfoto-App for Android and iOS using Flutter
git clone git://archive.git.mtrnord.blog/MTRNord/rsflutterapp.git
Log | Files | Refs | README

.gitignore (542B)


      1 *.mode1v3
      2 *.mode2v3
      3 *.moved-aside
      4 *.pbxuser
      5 *.perspectivev3
      6 **/*sync/
      7 .sconsign.dblite
      8 .tags*
      9 **/.vagrant/
     10 **/DerivedData/
     11 Icon?
     12 **/Pods/
     13 **/.symlinks/
     14 profile
     15 xcuserdata
     16 **/.generated/
     17 Flutter/App.framework
     18 Flutter/Flutter.framework
     19 Flutter/Flutter.podspec
     20 Flutter/Generated.xcconfig
     21 Flutter/app.flx
     22 Flutter/app.zip
     23 Flutter/flutter_assets/
     24 Flutter/flutter_export_environment.sh
     25 ServiceDefinitions.json
     26 Runner/GeneratedPluginRegistrant.*
     27 
     28 # Exceptions to above rules.
     29 !default.mode1v3
     30 !default.mode2v3
     31 !default.pbxuser
     32 !default.perspectivev3