Skip to content

Commit

Permalink
build directory should only exist in the Gradle plugin's .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Dec 15, 2020
1 parent babe416 commit d6d1842
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ graph-output.dot
*.swo
ObjectStore
.gradle
build
docker/distroless/bazel-*
/.apt_generated_tests/
quarkus.log
Expand All @@ -36,4 +35,4 @@ nbactions.xml
nb-configuration.xml
.cache
/lsp/
.jbang
.jbang
20 changes: 20 additions & 0 deletions devtools/gradle/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Created by https://www.toptal.com/developers/gitignore/api/gradle
# Edit at https://www.toptal.com/developers/gitignore?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

### Gradle Patch ###
**/build/

# End of https://www.toptal.com/developers/gitignore/api/gradle
20 changes: 20 additions & 0 deletions integration-tests/gradle/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Created by https://www.toptal.com/developers/gitignore/api/gradle
# Edit at https://www.toptal.com/developers/gitignore?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

### Gradle Patch ###
**/build/

# End of https://www.toptal.com/developers/gitignore/api/gradle

0 comments on commit d6d1842

Please sign in to comment.