Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 9-improve-app-metadata
  • 2-add-api-call-to-get-and-display-user-data
  • Release_0.8.0_22 protected
  • Release_0.7.2_21 protected
  • Release_0.7.1_20 protected
  • Release_0.7.0_19 protected
  • Release_0.6.0_18 protected
  • Release_0.5.0_17 protected
  • Release_0.4.0_16 protected
  • Release_0.3.2_15 protected
  • Release_0.3.1_14 protected
  • Release_0.3.0_13 protected
  • Release_0.2.1_12 protected
  • Release_0.2.0_11 protected
  • Release_0.1.2_10 protected
  • Release_0.1.1_9 protected
  • Release_0.1.0_8 protected
  • Release_0.0.7_7 protected
  • Release_0.0.6_6 protected
  • Release_0.0.5_5 protected
  • Release_0.0.4_4 protected
  • Release_0.0.3_3 protected
23 results

.gitignore

Blame
  • .gitignore 723 B
    # Miscellaneous
    *.class
    *.log
    *.pyc
    *.swp
    .DS_Store
    .atom/
    .buildlog/
    .history
    .svn/
    migrate_working_dir/
    
    # IntelliJ related
    *.iml
    *.ipr
    *.iws
    .idea/
    
    # The .vscode folder contains launch configuration and tasks you configure in
    # VS Code which you may wish to be included in version control, so this line
    # is commented out by default.
    #.vscode/
    
    # Flutter/Dart/Pub related
    **/doc/api/
    .dart_tool/
    .flutter-plugins
    .flutter-plugins-dependencies
    .packages
    .pub-cache/
    .pub/
    /build/
    
    # Web related
    lib/generated_plugin_registrant.dart
    
    # Symbolication related
    app.*.symbols
    
    # Obfuscation related
    app.*.map.json
    
    # Android Studio will place build artifacts here
    /android/app/debug
    /android/app/profile
    /android/app/release