diff --git a/.gitignore b/.gitignore
index faf6c5d2..31fe17a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,8 +38,6 @@ build/
/build
/captures
.cxx
-/android/app/debug
-/android/app/profile
/android/app/release
gradle-wrapper.jar
/.gradle
@@ -135,6 +133,8 @@ Runner/GeneratedPluginRegistrant.*
.pub-cache/
.pub/
/build/
+example/android/app/src/debug/
+example/android/app/src/profile/
# Symbolication related
app.*.symbols
diff --git a/example/android/app/src/debug/AndroidManifest.xml b/example/android/app/src/debug/AndroidManifest.xml
deleted file mode 100644
index 399f6981..00000000
--- a/example/android/app/src/debug/AndroidManifest.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
diff --git a/example/android/app/src/profile/AndroidManifest.xml b/example/android/app/src/profile/AndroidManifest.xml
deleted file mode 100644
index 399f6981..00000000
--- a/example/android/app/src/profile/AndroidManifest.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-