Summary: Add flipper-server-log.out to .gitignore Reviewed By: lawrencelomax Differential Revision: D37206855 fbshipit-source-id: eccbc0ddddbd06c5c8e0f7a47a4340b1e76f46df
47 lines
628 B
Plaintext
47 lines
628 B
Plaintext
node_modules
|
|
dist
|
|
website/build
|
|
yarn-error.log
|
|
bundle.js
|
|
bundle.map
|
|
*.bundle.js
|
|
*.bundle.map
|
|
.env
|
|
desktop-branch-*/
|
|
|
|
# conflicts with FB internal infra
|
|
.watchmanconfig
|
|
|
|
# iOS / Xcode
|
|
*.xcworkspace
|
|
**/Pods/
|
|
**/xcuserdata/
|
|
build/
|
|
|
|
android/third-party/external/
|
|
|
|
# Android / Intellij
|
|
local.properties
|
|
*.iml
|
|
.gradle/
|
|
.idea
|
|
.externalNativeBuild
|
|
.project
|
|
.settings
|
|
**/.classpath
|
|
android/*/bin/**/*.class
|
|
libs/*/bin/**/*.class
|
|
.cxx
|
|
|
|
# Mac OS X
|
|
*.DS_Store
|
|
|
|
# Automatically generated
|
|
docs/extending/ui-components.mdx
|
|
docs/setup/plugins/
|
|
docs/features/plugins/
|
|
website/src/embedded-pages/docs/plugins/
|
|
|
|
# Logs
|
|
**/*/flipper-server-log.out
|