-
-
Notifications
You must be signed in to change notification settings - Fork 599
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (47 loc) · 1 KB
/
Copy path.gitignore
File metadata and controls
48 lines (47 loc) · 1 KB
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
41
42
43
44
45
46
47
48
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
/app/release/
crowdin.yml
# Kotlin 2.0
.kotlin/
.idea
/simpmusic.jks
/ffmpeg-kit/build/
#dev files
ign.md
.docs
# Sentry Config File
sentry.properties
/composeApp/build/
/composeApp/cache/
/composeApp/kcef-bundle/
/.mcp.json
/.claude/settings.local.json
/androidApp/build/
/androidApp/cache/
/lastfm/build/
/lastfm-empty/build/
# libmpv native libraries (downloaded by `./gradlew :composeApp:mpvSetupAll`)
/mpv-natives/
# Agent scratch state. NOT anchored to the repo root: agents drop .omc/ next to
# whatever directory they happen to be working in, which is how 21 of these ended
# up committed under composeApp/src/.
.omc/
/desktopApp/build/
# Conveyor auto-generated config (run `./gradlew :desktopApp:writeConveyorConfig`)
/desktopApp/generated.conveyor.conf
# Conveyor output directory
/output/