generated from n8r/fartstack
75 lines
1.0 KiB
Plaintext
75 lines
1.0 KiB
Plaintext
###
|
|
# Dart
|
|
###
|
|
# Files and directories created by pub
|
|
**/.dart_tool/
|
|
**/.packages
|
|
**/build/**
|
|
|
|
# dotenv environment variables file
|
|
**/.env*
|
|
|
|
# Avoid committing generated Javascript files:
|
|
*.dart.js
|
|
*.info.json # Produced by the --dump-info flag.
|
|
*.js # When generated by dart2js. Don't specify *.js if your
|
|
# project includes source files written in JavaScript.
|
|
*.js_
|
|
*.js.deps
|
|
*.js.map
|
|
*.g.dart
|
|
|
|
**/.flutter-plugins
|
|
**/.flutter-plugins-dependencies
|
|
|
|
###
|
|
# Flutter
|
|
###
|
|
|
|
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.build/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
.swiftpm/
|
|
migrate_working_dir/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
**/.idea/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
**/ios/Flutter/.last_build_id
|
|
**/.pub-cache/
|
|
**/.pub/
|
|
|
|
# Symbolication related
|
|
app.*.symbols
|
|
|
|
# Obfuscation related
|
|
app.*.map.json
|
|
|
|
# Android Studio will place build artifacts here
|
|
/frontend/android/app/debug
|
|
/frontend/android/app/profile
|
|
/frontend/android/app/release
|
|
|
|
###
|
|
# Misc
|
|
###
|
|
|
|
# Direnv
|
|
**/.direnv/**
|
|
|
|
**/llm-chat.md
|
|
|