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

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

tags

## Gradle
target
*/target

build
*/build

gradle
.gradle
.m2