This commit is contained in:
2026-02-27 00:19:40 +07:00
parent 0141bc02ab
commit e27ed6f236

46
.gitignore vendored
View File

@@ -1,19 +1,19 @@
# # Miscellaneous # # Miscellaneous
# *.class *.class
# *.log *.log
# *.pyc *.pyc
# *.swp *.swp
# .DS_Store .DS_Store
# .atom/ .atom/
# .buildlog/ .buildlog/
# .history .history
# .svn/ .svn/
# # IntelliJ related # # IntelliJ related
# *.iml *.iml
# *.ipr *.ipr
# *.iws *.iws
# .idea/ .idea/
# # The .vscode folder contains launch configuration and tasks you configure in # # 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 # # VS Code which you may wish to be included in version control, so this line
@@ -21,24 +21,24 @@
# #.vscode/ # #.vscode/
# # Flutter/Dart/Pub related # # Flutter/Dart/Pub related
# **/doc/api/ **/doc/api/
# **/ios/Flutter/.last_build_id **/ios/Flutter/.last_build_id
.dart_tool/ .dart_tool/
# .flutter-plugins .flutter-plugins
# .flutter-plugins-dependencies .flutter-plugins-dependencies
# .packages .packages
# .pub-cache/ .pub-cache/
# .pub/ .pub/
build/ build/
# # Web related # # Web related
# lib/generated_plugin_registrant.dart # lib/generated_plugin_registrant.dart
# # Symbolication related # # Symbolication related
# app.*.symbols app.*.symbols
# # Obfuscation related # # Obfuscation related
# app.*.map.json app.*.map.json
# # Android Studio will place build artifacts here # # Android Studio will place build artifacts here
/android/app/debug /android/app/debug
@@ -47,4 +47,4 @@ build/
/android/app/.cxx** /android/app/.cxx**
# # FVM Version Cache # # FVM Version Cache
# .fvm/ .fvm/