41 lines
No EOL
453 B
Text
41 lines
No EOL
453 B
Text
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
.direnv/
|
|
migrate_working_dir/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
**/ios/Flutter/.last_build_id
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
/android/build
|
|
|
|
# Keystore
|
|
keystore.jks
|
|
key.properties
|
|
|
|
# Generated Files
|
|
*.g.dart
|
|
*.freezed.dart
|
|
|
|
# Devel Password
|
|
password.txt |