diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 945b943..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.flutter-plugins b/.flutter-plugins deleted file mode 100644 index 0bfd98b..0000000 --- a/.flutter-plugins +++ /dev/null @@ -1,8 +0,0 @@ -# This is a generated file; do not edit or check into version control. -integration_test=/Users/yuliyarudenko/flutter/packages/integration_test/ -path_provider=/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider-2.1.3/ -path_provider_android=/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_android-2.2.4/ -path_provider_foundation=/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/ -path_provider_linux=/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/ -path_provider_windows=/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/ -sqflite=/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/ diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies deleted file mode 100644 index 1cfa6ad..0000000 --- a/.flutter-plugins-dependencies +++ /dev/null @@ -1 +0,0 @@ -{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"integration_test","path":"/Users/yuliyarudenko/flutter/packages/integration_test/","native_build":true,"dependencies":[]},{"name":"path_provider_foundation","path":"/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"android":[{"name":"integration_test","path":"/Users/yuliyarudenko/flutter/packages/integration_test/","native_build":true,"dependencies":[]},{"name":"path_provider_android","path":"/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_android-2.2.4/","native_build":true,"dependencies":[]},{"name":"sqflite","path":"/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/","native_build":true,"dependencies":[]}],"macos":[{"name":"path_provider_foundation","path":"/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/","shared_darwin_source":true,"native_build":true,"dependencies":[]},{"name":"sqflite","path":"/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/","shared_darwin_source":true,"native_build":true,"dependencies":[]}],"linux":[{"name":"path_provider_linux","path":"/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/","native_build":false,"dependencies":[]}],"windows":[{"name":"path_provider_windows","path":"/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/","native_build":false,"dependencies":[]}],"web":[]},"dependencyGraph":[{"name":"integration_test","dependencies":[]},{"name":"path_provider","dependencies":["path_provider_android","path_provider_foundation","path_provider_linux","path_provider_windows"]},{"name":"path_provider_android","dependencies":[]},{"name":"path_provider_foundation","dependencies":[]},{"name":"path_provider_linux","dependencies":[]},{"name":"path_provider_windows","dependencies":[]},{"name":"sqflite","dependencies":[]}],"date_created":"2024-05-24 10:43:31.105514","version":"3.19.5"} \ No newline at end of file diff --git a/cpd.iml b/cpd.iml deleted file mode 100644 index 7b068c2..0000000 --- a/cpd.iml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/gitignore.txt b/gitignore.txt new file mode 100644 index 0000000..5d00355 --- /dev/null +++ b/gitignore.txt @@ -0,0 +1,13 @@ +# Ignoriere macOS-Systemdateien +.DS_Store + +# Ignoriere IntelliJ IDEA-Projektdateien +.idea/ + +# Ignoriere Flutter-Plugins +.flutter-plugins +.flutter-plugins-dependencies + +# Ignoriere Android Studio-Projektdateien +*.iml +.dart-tool/ \ No newline at end of file