[READ-ONLY] Mirror of https://github.com/shuuji3/hello-flutter-app. 馃晩 https://flutter.dev/docs/get-started/
0

Configure Feed

Select the types of activity you want to include in your feed.

hello-flutter-app / .gitignore
732 B 46 lines
1# Miscellaneous 2*.class 3*.log 4*.pyc 5*.swp 6.DS_Store 7.atom/ 8.buildlog/ 9.history 10.svn/ 11 12# IntelliJ related 13*.iml 14*.ipr 15*.iws 16.idea/ 17 18# The .vscode folder contains launch configuration and tasks you configure in 19# VS Code which you may wish to be included in version control, so this line 20# is commented out by default. 21#.vscode/ 22 23# Flutter/Dart/Pub related 24**/doc/api/ 25**/ios/Flutter/.last_build_id 26.dart_tool/ 27.flutter-plugins 28.flutter-plugins-dependencies 29.packages 30.pub-cache/ 31.pub/ 32/build/ 33 34# Web related 35lib/generated_plugin_registrant.dart 36 37# Symbolication related 38app.*.symbols 39 40# Obfuscation related 41app.*.map.json 42 43# Android Studio will place build artifacts here 44/android/app/debug 45/android/app/profile 46/android/app/release