summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 0b611c5613a45382cd14531b84df5b1cb8b7641c (plain)
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
/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/vcs.xml
.project
.settings/
project.properties
local.properties
**/bin
**/gen
*.iml
**/out
buildSrc/build
lifecycle/common/build
jacoco.exec

# When Gradle configuration fails with the --profile option enabled it creates this folder.
/reports
/app-toolkit/reports