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
72 lines
986 B
Plaintext
72 lines
986 B
Plaintext
.DS_STORE
|
|
|
|
/buck-cache/
|
|
/buck-out/
|
|
/.buckconfig.local
|
|
/.buckd
|
|
/gentest/test.html
|
|
.buck-java11
|
|
|
|
# Jekyll
|
|
/.sass-cache/
|
|
/_site/
|
|
|
|
# Visual studio code
|
|
!.vscode
|
|
|
|
*.pdb
|
|
*.tlog
|
|
*.obj
|
|
*.pch
|
|
*.log
|
|
*.orig
|
|
|
|
# Xcode
|
|
## Build generated
|
|
build/
|
|
DerivedData/
|
|
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata/
|
|
|
|
## Other
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# CocoaPods
|
|
#
|
|
# We recommend against adding the Pods directory to your .gitignore. However
|
|
# you should judge for yourself, the pros and cons are mentioned at:
|
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
|
#
|
|
Pods/
|
|
|
|
# Carthage
|
|
#
|
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
# Carthage/Checkouts
|
|
|
|
Carthage/Build
|
|
|
|
# Gradle
|
|
.gradle
|
|
local.properties
|
|
|
|
# NDK/CMake
|
|
.cxx
|
|
.externalNativeBuild
|