aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: b7744e95158ecd06840acdbf26b8c71fb623d4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.idea/*
!.idea/icon.svg
.vscode/
run/
build/
bin/

# gradle
build
gradle.properties
.gradle

# other
.DS_STORE