diff --git a/.gitignore b/.gitignore index 4d9e4b52..f100695a 100644 --- a/.gitignore +++ b/.gitignore @@ -53,5 +53,4 @@ build_logs/ android/app/src/main/assets/public android/app/src/main/res -android/.gradle/buildOutputCleanup/buildOutputCleanup.lock -android/.gradle/file-system.probe + diff --git a/android/.gitignore b/android/.gitignore index acab7f87..680ed864 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -1,5 +1,17 @@ # Using Android gitignore template: https://github.com/github/gitignore/blob/HEAD/Android.gitignore +app/build/* +!app/build/.npmkeep + +# Copied web assets +app/src/main/assets/public + +# Generated Config files +app/src/main/assets/capacitor.config.json +app/src/main/assets/capacitor.plugins.json +app/src/main/res/xml/config.xml + +# secrets app/gradle.properties.secrets app/time-safari-upload-key-pkcs12.jks @@ -94,11 +106,3 @@ lint/tmp/ # Cordova plugins for Capacitor capacitor-cordova-android-plugins - -# Copied web assets -app/src/main/assets/public - -# Generated Config files -app/src/main/assets/capacitor.config.json -app/src/main/assets/capacitor.plugins.json -app/src/main/res/xml/config.xml diff --git a/android/.gradle/buildOutputCleanup/cache.properties b/android/.gradle/buildOutputCleanup/cache.properties deleted file mode 100644 index 55624b6e..00000000 --- a/android/.gradle/buildOutputCleanup/cache.properties +++ /dev/null @@ -1,2 +0,0 @@ -#Wed Apr 09 09:01:13 UTC 2025 -gradle.version=8.11.1 diff --git a/android/.gradle/file-system.probe b/android/.gradle/file-system.probe deleted file mode 100644 index 21f85321..00000000 Binary files a/android/.gradle/file-system.probe and /dev/null differ diff --git a/android/.gradle/vcs-1/gc.properties b/android/.gradle/vcs-1/gc.properties deleted file mode 100644 index e69de29b..00000000 diff --git a/android/app/.gitignore b/android/app/.gitignore deleted file mode 100644 index 043df802..00000000 --- a/android/app/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/build/* -!/build/.npmkeep diff --git a/test-playwright/test-playwright/test-results/.last-run.json b/test-playwright/test-playwright/test-results/.last-run.json deleted file mode 100644 index 5fca3f84..00000000 --- a/test-playwright/test-playwright/test-results/.last-run.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "status": "failed", - "failedTests": [] -} \ No newline at end of file diff --git a/test-playwright/test-results/.last-run.json b/test-playwright/test-results/.last-run.json deleted file mode 100644 index e0f4d0b3..00000000 --- a/test-playwright/test-results/.last-run.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "status": "failed", - "failedTests": [ - "a29eb57667e0fb28c7e9-7a80e551e7f16a766d0d", - "a29eb57667e0fb28c7e9-1a8c76601bb6ea4f735c", - "a29eb57667e0fb28c7e9-0a3670fa77fcd5ac9827", - "a29eb57667e0fb28c7e9-90c8866cf70c7f96647d", - "a29eb57667e0fb28c7e9-4abc584edcf7a6a12389", - "a29eb57667e0fb28c7e9-3b443656a23fd8e7eb76", - "a29eb57667e0fb28c7e9-1f63cf7a41b756ffe01f", - "a29eb57667e0fb28c7e9-4eb03633761e58eac0a4", - "db48a48c514e3e2940e5-cef25040a0b285eed2ba", - "1c818805c9b0ac973736-726f18ba6163d57238c8", - "c52ae54d86eda05904f3-adf7525a07e75f4e3cc2", - "2fac21b9c9c3eb062631-9d2d2e9a199603c11b9b", - "64242279fe0133650483-20fbacc4e45c5561df6c", - "a7ff64a290be94f9d82c-e26ceb13031dafad1133", - "868977083268005e6ec0-c27d226d34e20ba4863d", - "5e149db5da4a5e319bcc-3298c84d0ebfff5e6d7c", - "5e149db5da4a5e319bcc-1981ba81641b6000f80b", - "2b5f6d3352de2040032d-bf5ed3a9483d90c396dd", - "2b5f6d3352de2040032d-6f52c3699c55c19ccad8", - "2b5f6d3352de2040032d-0f478a3208f64651daa1", - "2b5f6d3352de2040032d-a05f542cad739ee3b5b9", - "955bdfdfe05b442c0f5d-a9ec2b8bc7bd90ea0439", - "955bdfdfe05b442c0f5d-2c38171f673436923a8b", - "1a1fd29d3f0573e705e6-a3a6805908fe9a29ab11" - ] -} \ No newline at end of file