Files
flipper/.gitignore
Lorenzo Blasa 133ea43f7d Add auth.token to .gitignore
Summary:
Bit annoying if everytime we run it we have to manually delete/discard file.

So, add to gitignore.

Reviewed By: LukeDefeo, passy

Differential Revision: D45688164

fbshipit-source-id: 6ae2b570f571a3d44b0c75bb3d614887e4943e5b
2023-05-09 03:12:35 -07:00

55 lines
717 B
Plaintext

node_modules
dist
website/build
yarn-error.log
bundle.js
bundle.map
*.bundle.js
*.bundle.map
.env
desktop-branch-*/
auth.token
# conflicts with FB internal infra
.watchmanconfig
# iOS / Xcode
*.xcworkspace
**/Pods/
**/xcuserdata/
android/third-party/external/
# Android / Intellij
local.properties
*.iml
.gradle/
.idea
.externalNativeBuild
.project
.settings
**/.classpath
android/*/bin/**/*.class
libs/*/bin/**/*.class
.cxx
*.hprof
android/build
android/*/build
android/plugins/*/build
xplat/build
# 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
*.salive