Files
flipper/.gitignore
Pranav Yadav 24df607007 Delete and gitignore unwanted lock files (#4899)
Summary:
This diff deletes unnecessary lock files which were checked out but aren't necessary and `gitignore` those files:
- `yarn.lock`
- `js/yarn.lock`
- `react-native/yarn.lock`

## Changelog

[General] [Removed] - Delete unnecessary lock files.

Pull Request resolved: https://github.com/facebook/flipper/pull/4899

Test Plan: - None

Reviewed By: aigoncharov

Differential Revision: D47755862

Pulled By: passy

fbshipit-source-id: 8e9a03b59df1a2891004de3edbd9c3569d2d6055
2023-07-25 09:41:24 -07:00

64 lines
912 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
# 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