Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ playground.xcworkspace
.build/
.swiftpm

## Production Build Products
/Demo-Android/Gutenberg/src/main/assets/assets
/Demo-Android/Gutenberg/src/main/assets/index.html

/Sources/GutenbergKit/Gutenberg/assets
/Sources/GutenbergKit/Gutenberg/index.html

# Logs
logs
*.log
Expand Down Expand Up @@ -182,8 +175,12 @@ local.properties
/Demo-Android/.gradle
/Demo-Android/.idea

/Demo-Android/app/src/main/assets/assets
/Demo-Android/app/src/main/assets/index.html
## Production Build Products
/Demo-Android/Gutenberg/src/main/assets/assets
/Demo-Android/Gutenberg/src/main/assets/index.html
/Demo-Android/Gutenberg/src/main/assets/remote.html

/Sources/GutenbergKit/Gutenberg/assets
/Sources/GutenbergKit/Gutenberg/index.html
# Disabled removing these files until this is published like Android in CI.
# /Sources/GutenbergKit/Gutenberg/assets
# /Sources/GutenbergKit/Gutenberg/index.html
# /Sources/GutenbergKit/Gutenberg/remote.html

This file was deleted.

Loading