first commit

This commit is contained in:
kicap
2024-04-05 01:16:29 +08:00
parent 09c19f74d0
commit 001676348e
11 changed files with 159 additions and 140 deletions

11
.gitignore vendored
View File

@ -11,10 +11,7 @@
migrate_working_dir/
.dart_tool
.idea
/linux/
/macos/
/web/
/windows/
# IntelliJ related
*.iml
@ -48,3 +45,9 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
#others os
linux*
macos*
web*
windows*