Skip to content

Commit

Permalink
Add RNTester Pods to gitignore (#26265)
Browse files Browse the repository at this point in the history
Summary:
Pods directory showed up as untracked files after running `pod install`
in the `RNTester` directory. With this small change to `.gitignore`, it
will no longer show up.

## Changelog

Small repo-level change, no changelog needed (?)
Pull Request resolved: #26265

Test Plan:
Run `pod install` in `/RNTester`, verify that "Pods" no longer show up
as untracked files in `git status`.

Differential Revision: D17259103

Pulled By: cpojer

fbshipit-source-id: 72a3774bcb48c88c2c6629bf452ddb0cbc32f581
  • Loading branch information
friederbluemle authored and facebook-github-bot committed Sep 9, 2019
1 parent 5f53cb0 commit b584832
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ RNTester/build
# CocoaPods
/template/ios/Pods/
/template/ios/Podfile.lock
RNTester/Pods/Local Podspecs
RNTester/Pods/Target Support Files
/RNTester/Pods/

0 comments on commit b584832

Please sign in to comment.