Summary: VSCode generates a bunch of java output when you open the project with it. This correctly ignores those files. Reviewed By: passy Differential Revision: D16687798 fbshipit-source-id: bbb2b2f89c987305109b4c02d07a6b6e9a3a7301
27 lines
288 B
Plaintext
27 lines
288 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
|
|
|
|
# Mac OS X
|
|
*.DS_Store
|