mirror of
https://github.com/immich-app/immich.git
synced 2025-12-29 17:25:00 +03:00
Refactor mobile to use OpenApi generated SDK (#336)
This commit is contained in:
17
mobile/openapi/.gitignore
vendored
Normal file
17
mobile/openapi/.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# See https://dart.dev/guides/libraries/private-files
|
||||
|
||||
.dart_tool/
|
||||
.packages
|
||||
build/
|
||||
pubspec.lock # Except for application packages
|
||||
|
||||
doc/api/
|
||||
|
||||
# IntelliJ
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
|
||||
# Mac
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user