Initial commit, swift and stinky
This commit is contained in:
+60
-15
@@ -1,19 +1,13 @@
|
||||
# ---> Dart
|
||||
# See https://www.dartlang.org/guides/libraries/private-files
|
||||
|
||||
###
|
||||
# Dart
|
||||
###
|
||||
# Files and directories created by pub
|
||||
.dart_tool/
|
||||
.packages
|
||||
build/
|
||||
# If you're building an application, you may want to check-in your pubspec.lock
|
||||
pubspec.lock
|
||||
|
||||
# Directory created by dartdoc
|
||||
# If you don't generate documentation locally you can remove this line.
|
||||
doc/api/
|
||||
**/.dart_tool/
|
||||
**/.packages
|
||||
**/build/**
|
||||
|
||||
# dotenv environment variables file
|
||||
.env*
|
||||
**/.env*
|
||||
|
||||
# Avoid committing generated Javascript files:
|
||||
*.dart.js
|
||||
@@ -23,7 +17,58 @@ doc/api/
|
||||
*.js_
|
||||
*.js.deps
|
||||
*.js.map
|
||||
*.g.dart
|
||||
|
||||
.flutter-plugins
|
||||
.flutter-plugins-dependencies
|
||||
**/.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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user