Files
flipper/.gitignore
Anton Nikolaev d4debc4185 Use dotenv for dev mode customisation
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
2020-10-22 11:35:53 -07:00

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