aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1a89de80fa88e3fc81b5340ad8e500337c291732 (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 grammar is ignored, children of that grammar *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