diff --git a/.gitignore b/.gitignore index dbcabd3..d46f241 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,8 @@ build/ .flutter-plugins .idea/ +.vscode/ +.theia/ .project/ .settings/ diff --git a/android/.gitignore b/android/.gitignore index 65b7315..af953fc 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -8,3 +8,4 @@ /build /captures GeneratedPluginRegistrant.java +.project/ \ No newline at end of file