aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: dca36f7bb3d7428fde042880d640f7d7fc53f279 (plain)
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
# SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe>
#
# SPDX-License-Identifier: CC0-1.0

.env
.properties
/.gradle
/build/
/buildSrc/.gradle
/buildSrc/build/
/*/build

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties

# IDEA
/.idea/

# loom runClient
/run/
*.xsd
*.png~