mirror of
https://github.com/BlueBubblesApp/bluebubbles-app.git
synced 2025-05-17 05:05:57 +08:00
55 lines
887 B
Plaintext
55 lines
887 B
Plaintext
# 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.
|
|
#.vscode/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
pubspeck.lock
|
|
|
|
# Web related
|
|
|
|
# Exceptions to above rules.
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
|
|
|
#signing
|
|
**/android/key.properties
|
|
**/android/.settings
|
|
**/releases
|
|
|
|
#objectbox
|
|
.dart_tool/*
|
|
!.dart_tool/build
|
|
.dart_tool/build/entrypoint
|
|
.dart_tool/build/*/error_cache/**
|
|
.dart_tool/build/generated
|
|
!.dart_tool/build/generated/*/*.info
|
|
|
|
#private keys
|
|
*.env
|
|
.vscode/launch.json
|
|
/lib/models/html/giphy.dart
|