From 76d9ffa666b14437c4b784f2d9d4a703ad7577ea Mon Sep 17 00:00:00 2001 From: Rohan Chhaya <67851478+rchhaya@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:30:42 -0400 Subject: [PATCH] Update .gitignore remove gradle/wrapper --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e3ad875b..e55e199a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ out/ .gradle/ build/ .idea/ +gradle/wrapper/ # Local configuration file (sdk path, etc) local.properties @@ -71,4 +72,4 @@ fastlane/readme.md # Crashlytics and API keys src/main/assets/crashlytics-build.properties src/main/res/values/com_crashlytics_export_strings.xml -crashlytics.properties \ No newline at end of file +crashlytics.properties