mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:21:21 +03:00
a06c3ad2c0
* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
.gradle
|
|
/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
|