-
-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (39 loc) · 944 Bytes
/
.gitignore
File metadata and controls
40 lines (39 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
*.iml
.kotlin
.gradle
**/build/
xcuserdata
!src/**/build/
local.properties
.idea
.DS_Store
captures
.externalNativeBuild
.cxx
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
!*.xcodeproj/xcshareddata/
!*.xcodeproj/project.xcworkspace/
!*.xcworkspace/contents.xcworkspacedata
**/xcshareddata/WorkspaceSettings.xcsettings
*.log
*.backup
/build
/composeApp/resources/**/*.so
/composeApp/resources/**/*.dll
/composeApp/resources/**/*.dylib
/baselineprofile/src/main/java/com/arn/scrobble/baselineprofile/Secrets.kt
/composeApp/*.json
/androidApp/*.json
/composeApp/src/commonTest/kotlin/com/arn/scrobble/AuthTest.kt
/composeApp/src/desktopTest/kotlin/com/arn/scrobble/DesktopAuthTests.kt
/dist
androidApp/src/release/generated
androidApp/src/releaseGithub/generated
/composeApp/src/**/composeResources/files/aboutlibraries.json
/composeApp/src/**/composeResources/files/*.md
/composeApp/valkyrie-cli
crowdin.properties
Gemfile.lock
.jekyll-cache
_site/