Files
flipper/.gitignore
Pascal Hartig d2778e05f5 Ignore .cxx
Summary:
Seems to be a new thing from the Android Build system
and it's quite annoying.

Reviewed By: jknoxville

Differential Revision: D17163339

fbshipit-source-id: 938264d301e7546a4a6e3276e91184ab5498a833
2019-09-04 04:44:50 -07:00

30 lines
340 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
.cxx
# Mac OS X
*.DS_Store