Files
flipper/.gitignore
John Knox 83f00f2485 Exclude generated class files from git
Summary: These get generated by VSCode if you have java installed and open the flipper project.

Reviewed By: danielbuechele

Differential Revision: D16763411

fbshipit-source-id: 40c7d943ee2ee32cf70f9aea080f5e44716e5651
2019-08-13 09:49:24 -07:00

29 lines
335 B
Plaintext

node_modules
dist
website/build
yarn-error.log
# iOS / Xcode
*.xcworkspace
**/Pods/
**/xcuserdata/
build/
Podfile.lock
android/third-party/external/
# Android / Intellij
local.properties
*.iml
.gradle/
.idea
.externalNativeBuild
.project
.settings
**/.classpath
android/*/bin/**/*.class
libs/*/bin/**/*.class
# Mac OS X
*.DS_Store