Skip to content

Commit

Permalink
build: Ignore generated Android files (#55569)
Browse files Browse the repository at this point in the history
These assets are generated at build time for E2E testing. Seemingly, we
do not leverage these generated files for the binary/bundle that we
provide to the host apps. Therefore, we can safely ignore these files.
  • Loading branch information
dcalhoun authored Oct 24, 2023
1 parent 9d4613a commit 52b04f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react-native-editor/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ bundle/
.gradle/
android/app/src/main/assets/
android/app/src/main/res/raw/
android/app/src/main/res/drawable-hdpi/
android/app/src/main/res/drawable-mdpi/
android/app/src/main/res/drawable-xhdpi/
android/app/src/main/res/drawable-xxhdpi/
android/app/src/main/res/drawable-xxxhdpi/

# iOS builds
*.app.zip
Expand Down

0 comments on commit 52b04f1

Please sign in to comment.