Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1312 This starts us transitioning the Yoga website off of an ancient version of Gatsby by initializing a new Docusaurus project. This commit adds a new stock project, to be filled in later, then fixes license lint errors. Note that this seems to have init'd using npm, but in the next diff I convert this to yarn workspaces anyway. Reviewed By: yungsters Differential Revision: D46884434 fbshipit-source-id: 7a0a4dddc144ad2d22cd18a02e8dcb9ff2184489
75 lines
1017 B
Plaintext
75 lines
1017 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
|
|
|
|
# Docusarus build
|
|
.docusaurus
|