aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7f4081e02e52e42897a395abccd1a38963a48338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Use **/*.* since if a directory is ignored, children of that directory *cannot* be unignored using ! again.
.idea/**/*.*
!.idea/icon.svg
!.idea/dictionaries/default_user.xml
!.idea/scopes/Mixins.xml
!.idea/liveTemplates/SkyHanni.xml
.vscode/
run/
build/
bin/

# gradle
build
gradle.properties
.gradle

# other
.DS_STORE

.devauth/*
!.devauth/config.toml
.kotlin