Summary: This PR puts Podfile.lock in gitignore Pull Request resolved: https://github.com/facebook/flipper/pull/297 Reviewed By: passy Differential Revision: D10447350 Pulled By: priteshrnandgaonkar fbshipit-source-id: 8de6e92f6e53972e8dc5af3b09d18259020c89c5
24 lines
255 B
Plaintext
24 lines
255 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
|
|
|
|
# Mac OS X
|
|
*.DS_Store
|