Skip to content

Commit eda6824

Browse files
committed
chore: move .cache folder
1 parent 2401cfc commit eda6824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ local.properties
2020
*.jks
2121
*.keystore
2222

23-
/_assets
23+
/.cache
2424
/.kotlin
2525

2626
/gradle/libs.versions.updates.toml

selector/src/jvmTest/kotlin/li/songe/selector/Snapshot.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ data class Snapshot(
3636
)
3737

3838
private val assetsDir by lazy {
39-
File("../_assets").apply {
39+
File("../.cache").apply {
4040
if (!exists()) {
4141
mkdir()
4242
}

0 commit comments

Comments
 (0)