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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1712b38282
commit
3a69a040c4
1
.gitignore
vendored
1
.gitignore
vendored
@@ -64,6 +64,7 @@ Carthage/Build
|
|||||||
|
|
||||||
# Gradle
|
# Gradle
|
||||||
.gradle
|
.gradle
|
||||||
|
local.properties
|
||||||
|
|
||||||
# NDK/CMake
|
# NDK/CMake
|
||||||
.cxx
|
.cxx
|
||||||
|
Reference in New Issue
Block a user