mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-08-06 18:24:25 +08:00

Based on https://github.com/github/gitignore/blob/main/Flutter.gitignore Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
65 lines
854 B
Plaintext
65 lines
854 B
Plaintext
# Miscellaneous
|
|
*.class
|
|
*.lock
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.buildlog/
|
|
.history
|
|
|
|
# packages file containing multi-root paths
|
|
.packages.generated
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
**/generated_plugin_registrant.dart
|
|
.packages
|
|
.pub-preload-cache/
|
|
.pub/
|
|
build/
|
|
flutter_*.png
|
|
linked_*.ds
|
|
unlinked.ds
|
|
unlinked_spec.ds
|
|
|
|
# Android related
|
|
**/android/**/gradle-wrapper.jar
|
|
.gradle/
|
|
**/android/captures/
|
|
**/android/gradlew
|
|
**/android/gradlew.bat
|
|
**/android/local.properties
|
|
**/android/**/GeneratedPluginRegistrant.java
|
|
**/android/key.properties
|
|
*.jks
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Symbols
|
|
app.*.symbols
|
|
|
|
# Obfuscation related
|
|
app.*.map.json
|
|
|
|
# Generated files
|
|
android/app/.cxx
|
|
**/*.g.dart
|
|
**/*.locator.dart
|
|
**/*.router.dart
|
|
|
|
# Project specific
|
|
node_modules/
|
|
.vscode/
|
|
|
|
|