Summary: Allow using of .env file to pass env vars to be used in dev mode. Currently this allow to configure defaults for enabling fast refresh, automatic opening of dev tools and plugins to load. Reviewed By: passy Differential Revision: D24398938 fbshipit-source-id: 30a5d86b7906a7723a404cf84a1b8d50ae497dbc
40 lines
490 B
Plaintext
40 lines
490 B
Plaintext
node_modules
|
|
dist
|
|
website/build
|
|
yarn-error.log
|
|
bundle.js
|
|
bundle.map
|
|
*.bundle.js
|
|
*.bundle.map
|
|
.env
|
|
|
|
# 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
|