Files
flipper/.gitignore
Lorenzo Blasa 5e26d863f1 Packaging changes
Summary:
This change has a few changes in the way our MacOS app was built and packaged.

- Instead of placing the Node binary inside the MacOS folder, place it inside the Resources folder. This is more in compliance with how an app is bundled. Also, with the added benefit of making it a resource which makes it eligible for code signing.
- Both, Node binary and server bundle are placed in the right location before building the MacOS app. By doing this, we ensure the app is not modified after the built process which messes up with code signing, if in place.

Reviewed By: antonk52

Differential Revision: D51568778

fbshipit-source-id: 0b1b0ad9947550ddf0f6d4b04e5aff41f7edcdee
2023-11-27 04:55:05 -08:00

65 lines
947 B
Plaintext

node_modules
dist
website/build
yarn-error.log
bundle.js
bundle.map
*.bundle.js
*.bundle.map
.env
desktop-branch-*/
auth.token
manifest.json
# conflicts with FB internal infra
.watchmanconfig
# Don't checkout the yarn/npm lock files that we don't need
./yarn.lock
./package-lock.json
js/yarn.lock
js/package-lock.json
react-native/yarn.lock
react-native/package-lock.json
# 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
facebook/flipper-server/Resources/
# 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