aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f9e1291cc2080578232f34d5b8b04c03bbbc359b (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
.gradle
build/
out/
repo

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
*.iml

.idea/caches/*
.idea/compiler.xml
.idea/encodings.xml
.idea/gradle.xml
.idea/kotlinc.xml
.idea/libraries/*
.idea/misc.xml
.idea/modules.xml
.idea/runConfigurations.xml
.idea/shelf
.idea/uiDesigner.xml
.idea/vcs.xml
.idea/workspace.xml

*.orig