From 228d98745c3e461a4c74c80fd96bb920e388260c Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Mon, 24 Feb 2025 11:40:06 +0200 Subject: [PATCH] ignore .cxx --- .gitignore | 2 +- Frontend/.gitignore | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 888a52b6..3192a264 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ Mzansi_Mail/ .venv google-chrome-stable_current_amd64.deb .env -Frontend/android/app/.cxx \ No newline at end of file +Frontend/android/app/.cxx/ \ No newline at end of file diff --git a/Frontend/.gitignore b/Frontend/.gitignore index 18bd3de4..9fc6e4ac 100644 --- a/Frontend/.gitignore +++ b/Frontend/.gitignore @@ -44,6 +44,5 @@ app.*.map.json /android/app/profile /android/app/release -/android/app/.cxx/ # Flutter config file /config/ \ No newline at end of file