28 lines
361 B
Plaintext
28 lines
361 B
Plaintext
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
|
|
# Flutter/Dart/Pub related
|
|
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
|
|
/pubspec.lock
|
|
**/doc/api/
|
|
.dart_tool/
|
|
build/
|
|
|
|
# FVM Version Cache
|
|
.fvm/
|
|
|
|
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
migrate_working_dir/ |