summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 1f8af7a7b0dcdfb8273832bfce1c224481381c21 (plain) (blame)
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
# gradle

.gradle/
build/
out/

# idea

.idea/
*.iml
*.ipr
*.iws

# eclipse

*.launch

# vscode

.settings/
.vscode/
bin/
.classpath
.project

# macos

*.DS_STORE

# fabric

run/