Add /buildSrc/.gradle to .gitignore Add /buildSrc/build/ to .gitignore Remove outdated /run directories [no changelog]
27 lines
480 B
Plaintext
27 lines
480 B
Plaintext
# SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
/.gradle
|
|
/build/
|
|
/buildSrc/.gradle
|
|
/buildSrc/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/
|