aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: d77f4bd8b6f08c9390206a65e997d259a4b7c83f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
.vscode/
run/
build/
bin/

# gradle
build
gradle.properties
.gradle

# other
.DS_STORE

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