Summary: The PWA manifest is very unlikely to change at the same frequency that tokens get generated and injected here. Add it to .gitignore so that these changes are, well, ignored. Reviewed By: antonk52 Differential Revision: D45950055 fbshipit-source-id: bd082f3bf005c7746c7dd3682b4ebde039633398
56 lines
731 B
Plaintext
56 lines
731 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
|
|
|
|
# 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
|