fab9dbb3eb
Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
14 lines
307 B
Text
14 lines
307 B
Text
.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
|