This commit is contained in:
2025-02-12 14:12:23 +02:00
parent 40f17efd30
commit 65f4c0ee6c
12 changed files with 646 additions and 229 deletions

40
.gitignore vendored
View File

@@ -1,3 +1,20 @@
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
/pubspec.lock
**/doc/api/
.dart_tool/
build/
# FVM Version Cache
.fvm/
# Miscellaneous
*.class
*.log
@@ -8,25 +25,4 @@
.buildlog/
.history
.svn/
migrate_working_dir/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# 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
# is commented out by default.
#.vscode/
# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
/pubspec.lock
**/doc/api/
.dart_tool/
build/
# FVM Version Cache
.fvm/
migrate_working_dir/