Skip to content

Commit 23e3d26

Browse files
committed
Update .gitignore again.
1 parent 19e7d74 commit 23e3d26

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.gitignore

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,23 @@ $RECYCLE.BIN/
279279
# Windows shortcuts
280280
*.lnk
281281

282-
# End of https://www.gitignore.io/api/java,windows,macos,linux,intellij,eclipse,netbeans,maven
282+
### Gradle ###
283+
.gradle
284+
build/
285+
286+
# Ignore Gradle GUI config
287+
gradle-app.setting
288+
289+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
290+
!gradle-wrapper.jar
291+
292+
# Cache of project
293+
.gradletasknamecache
294+
295+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
296+
# gradle/wrapper/gradle-wrapper.properties
297+
298+
### Gradle Patch ###
299+
**/build/
300+
301+
# End of https://www.gitignore.io/api/java,windows,macos,linux,intellij,eclipse,netbeans,maven,gradle

0 commit comments

Comments
 (0)