aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 173963b9cee642606322e7f1a53d72e5123432cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## OS generated garbage
**/.DS_Store*
**/ehtumbs.db
**/Icon?
**/Thumbs.db

## Editors
**/*~
**/*.swp

## Gradle
target
*/target

build
*/build

gradle
.gradle
.m2