Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Tewelde, Fethi (F.) committed Oct 18, 2024
1 parent 4207158 commit 7b77172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.gradle
.kotlin
.kotlin/
/local.properties
.DS_Store
build/
Expand All @@ -15,16 +15,7 @@ shared/shared.podspec
androidApp/release

# IntelliJ .idea folder
.idea/workspace.xml
.idea/misc.xml
.idea/caches
.idea/compiler.xml
.idea/artifacts
.idea/deploymentTargetDropDown.xml
.idea/androidTestResultsUserPreferences.xml
.idea/assetWizardSettings.xml
.idea/modules.xml
.idea/appInsightsSettings.xml
/.idea/
gradle.xml
*.iml

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ internal fun ArtsScreen(
) {
HorizontalPager(
state = pagerState,
beyondBoundsPageCount = 2,
beyondViewportPageCount = 2,
modifier = Modifier.fillMaxSize()
) {
RijksmuseumImage(
Expand Down

0 comments on commit 7b77172

Please sign in to comment.