gitignore aktualisiert
parent
d04886c71d
commit
56ed0b1734
|
@ -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/
|
|
|
@ -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"}
|
|
14
cpd.iml
14
cpd.iml
|
@ -1,14 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module version="4">
|
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
||||||
<exclude-output />
|
|
||||||
<content url="file://$MODULE_DIR$">
|
|
||||||
<excludeFolder url="file://$MODULE_DIR$/.dart_tool" />
|
|
||||||
<excludeFolder url="file://$MODULE_DIR$/.pub" />
|
|
||||||
<excludeFolder url="file://$MODULE_DIR$/build" />
|
|
||||||
</content>
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
<orderEntry type="library" name="Dart SDK" level="project" />
|
|
||||||
<orderEntry type="library" name="Dart Packages" level="project" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
|
@ -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/
|
Loading…
Reference in New Issue