Skip to content

Commit

Permalink
Fix .gitignore for packages/react-native/sdks/downloads
Browse files Browse the repository at this point in the history
Summary:
Changelog: [Internal] - Fix typo in .gitignore for downloaded sdks

ignore-github-export-checks

Reviewed By: huntie

Differential Revision: D50018994
  • Loading branch information
Luna Wei authored and facebook-github-bot committed Oct 6, 2023
1 parent ebd2f67 commit 6a7af56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ DerivedData
*.xcuserstate
project.xcworkspace
**/.xcode.env.local
/poackages/react-native/sdks/downloads/

# Gradle
/build/
Expand Down Expand Up @@ -135,6 +134,7 @@ package-lock.json

# Additional SDKs
/packages/react-native/sdks/download
/packages/react-native/sdks/downloads
/packages/react-native/sdks/hermes
/packages/react-native/sdks/hermesc
/packages/react-native/sdks/hermes-engine/hermes-engine-from-local-source-dir.tar.gz
Expand Down

0 comments on commit 6a7af56

Please sign in to comment.