da64f769da
- Added optional MCP integration settings in project-brief.yaml, allowing for environment-based server configurations. - Introduced conventions for strict package imports to enhance code organization and maintainability. - Updated brief schema to validate new MCP properties and ensure correct usage. - Implemented MCP JSON builder to generate .cursor/mcp.json based on project brief settings. - Enhanced resolver to include MCP configuration in generated files when enabled. This update improves integration capabilities and enforces coding standards across the project.
28 lines
313 B
Cheetah
28 lines
313 B
Cheetah
# Build artefacts
|
|
build/
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
*.g.dart
|
|
*.freezed.dart
|
|
*.gr.dart
|
|
*.config.dart
|
|
|
|
# Secrets
|
|
.env
|
|
.env.*
|
|
firebase_options.dart
|
|
google-services.json
|
|
GoogleService-Info.plist
|
|
|
|
# Large binary assets
|
|
assets/fonts/
|
|
assets/videos/
|
|
*.aab
|
|
*.apk
|
|
*.ipa
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|