From 3a69a040c443dfba264f39898999a99be510c5ff Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 4 May 2023 11:30:01 -0700 Subject: [PATCH] local.properties to gitignore Summary: When trying to open Yoga on Android studio, the local.properties file gets created and added to the untracked files. This file should not be committed so I'm .gitignoring it. Reviewed By: mdvacca Differential Revision: D45564577 fbshipit-source-id: 62c8c8798b539cd6db6e341ee321e27239c25b87 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e7f6522e..64cb87e5 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,7 @@ Carthage/Build # Gradle .gradle +local.properties # NDK/CMake .cxx