mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-16 12:30:57 +00:00
* [meta] Support Kotlin meta generator * Guard against automatic scripts (assumptions for this script are not fulfilled by some CI which run "run all" type scripts)
24 lines
504 B
Plaintext
24 lines
504 B
Plaintext
# Created by https://www.gitignore.io/api/gradle
|
|
# Edit at https://www.gitignore.io/?templates=gradle
|
|
|
|
### Gradle ###
|
|
.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
|
|
|
|
### Gradle Patch ###
|
|
**/build/
|
|
|
|
# End of https://www.gitignore.io/api/gradle
|