| 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 | .dart_tool/ |
| 26 | .flutter-plugins |
| 27 | .flutter-plugins-dependencies |
| 28 | .packages |
| 29 | .pub-cache/ |
| 30 | .pub/ |
| 31 | build/ |
| 32 | |
| 33 | # Android related |
| 34 | **/android/**/gradle-wrapper.jar |
| 35 | **/android/.gradle |
| 36 | **/android/captures/ |
| 37 | **/android/gradlew |
| 38 | **/android/gradlew.bat |
| 39 | **/android/local.properties |
| 40 | **/android/**/GeneratedPluginRegistrant.java |
| 41 | |
| 42 | # iOS/XCode related |
| 43 | **/ios/**/*.mode1v3 |
| 44 | **/ios/**/*.mode2v3 |
| 45 | **/ios/**/*.moved-aside |
| 46 | **/ios/**/*.pbxuser |
| 47 | **/ios/**/*.perspectivev3 |
| 48 | **/ios/**/*sync/ |
| 49 | **/ios/**/.sconsign.dblite |
| 50 | **/ios/**/.tags* |
| 51 | **/ios/**/.vagrant/ |
| 52 | **/ios/**/DerivedData/ |
| 53 | **/ios/**/Icon? |
| 54 | **/ios/**/Pods/ |
| 55 | **/ios/**/.symlinks/ |
| 56 | **/ios/**/profile |
| 57 | **/ios/**/xcuserdata |
| 58 | **/ios/.generated/ |
| 59 | **/ios/Flutter/App.framework |
| 60 | **/ios/Flutter/Flutter.framework |
| 61 | **/ios/Flutter/Flutter.podspec |
| 62 | **/ios/Flutter/Generated.xcconfig |
| 63 | **/ios/Flutter/app.flx |
| 64 | **/ios/Flutter/app.zip |
| 65 | **/ios/Flutter/flutter_assets/ |
| 66 | **/ios/Flutter/flutter_export_environment.sh |
| 67 | **/ios/ServiceDefinitions.json |
| 68 | **/ios/Runner/GeneratedPluginRegistrant.* |
| 69 | |
| 70 | # Exceptions to above rules. |
| 71 | !**/ios/**/default.mode1v3 |
| 72 | !**/ios/**/default.mode2v3 |
| 73 | !**/ios/**/default.pbxuser |
| 74 | !**/ios/**/default.perspectivev3 |