-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
29 lines (28 loc) · 713 Bytes
/
.gitignore
File metadata and controls
29 lines (28 loc) · 713 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
*.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
node_modules/
# Bundled binaries (too large for git)
composeApp/appResources/macos-arm64/yt-dlp
composeApp/appResources/macos-arm64/ffmpeg
composeApp/appResources/macos-x64/yt-dlp
composeApp/appResources/macos-x64/ffmpeg
composeApp/appResources/windows-x64/yt-dlp.exe
composeApp/appResources/windows-x64/ffmpeg.exe
composeApp/appResources/linux-x64/yt-dlp
composeApp/appResources/linux-x64/ffmpeg