forked from JetBrains/compose-multiplatform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
39 lines (36 loc) · 750 Bytes
/
.gitignore
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
build/
/unbundled-build
.classpath
.gradle
**/.idea/**
!**/.idea/codeStyleSettings.xml
!**/.idea/copyright
!**/.idea/codeStyles
!.idea/codeStyles/Project.xml
!.idea/codeStyles/codeStyleConfig.xml
!.idea/copyright/AndroidCopyright.xml
!.idea/copyright/profiles_settings.xml
!.idea/inspectionProfiles/Project_Default.xml
!.idea/vcs.xml
.project
.settings/
project.properties
local.properties
**/bin
**/gen
*.iml
**/out
buildSrc/build
buildSrc/lint-checks/build
buildSrc/jetpad-integration/build
lifecycle/common/build
jacoco.exec
/studio
/ui/studio
# When Gradle configuration fails with the --profile option enabled it creates this folder.
/reports
# Mac Desktop Services Store files.
.DS_Store
# Layout Inspector creates it.
captures/
__pycache__