Summary: These get generated by VSCode if you have java installed and open the flipper project. Reviewed By: danielbuechele Differential Revision: D16763411 fbshipit-source-id: 40c7d943ee2ee32cf70f9aea080f5e44716e5651
29 lines
335 B
Plaintext
29 lines
335 B
Plaintext
node_modules
|
|
dist
|
|
website/build
|
|
yarn-error.log
|
|
|
|
# iOS / Xcode
|
|
*.xcworkspace
|
|
**/Pods/
|
|
**/xcuserdata/
|
|
build/
|
|
Podfile.lock
|
|
|
|
android/third-party/external/
|
|
|
|
# Android / Intellij
|
|
local.properties
|
|
*.iml
|
|
.gradle/
|
|
.idea
|
|
.externalNativeBuild
|
|
.project
|
|
.settings
|
|
**/.classpath
|
|
android/*/bin/**/*.class
|
|
libs/*/bin/**/*.class
|
|
|
|
# Mac OS X
|
|
*.DS_Store
|