Files
flipper/.gitignore
Anton Nikolaev cce9483c09 Script to download stable/insiders sources for type-checking plugins against them.
Summary:
New script which can download "stable" or "insider" sources and link current version of plugins there, so we could check whether they are backward compatible.

It extracts downloaded sources to "desktop-branch-stable" / "desktop-branch-insiders" and symlinks current plugins there as "plugins-current" subfolder. It makes it even possible to open these folders in VSCode and fix highlighted typing problems if author want to fix compatibility with older versions of Flipper.

Reviewed By: mweststrate

Differential Revision: D27501743

fbshipit-source-id: 7dd76928ec4ac0c42191f67e0abd214b5bec1495
2021-04-09 05:22:01 -07:00

41 lines
508 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