Skip to content

Commit

Permalink
local.properties to gitignore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cortinico authored and facebook-github-bot committed May 4, 2023
1 parent 1712b38 commit 3a69a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Carthage/Build

# Gradle
.gradle
local.properties

# NDK/CMake
.cxx
Expand Down

0 comments on commit 3a69a04

Please sign in to comment.