123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- # Miscellaneous
- *.class
- *.log
- *.pyc
- *.swp
- .DS_Store
- .atom/
- .buildlog/
- .history
- .svn/
- # 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.
- # Flutter/Dart/Pub related
- **/doc/api/
- .dart_tool/
- .flutter-plugins
- .flutter-plugins-dependencies
- .packages
- .pub-cache/
- .pub/
- /build/
- /example/
- wisdom_cli/example/build/
- # Web related
- lib/generated_plugin_registrant.dart
- # Exceptions to above rules.
- !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
- pubspec.lock
- ios/.DS_Store
- ios/Podfile.lock
- /app_project/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
- /app_project/android/local.properties
- /app_project/android/.gradle
- /app_project/build/
- *.bin
- *.lock
- **/.gradle/
- .fvm/flutter_sdk
- fvm/flutter_sdk
|