Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,13 @@ notebooks/.ipynb_checkpoints/
# Metastore
metastore_db/

.gradle
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This the tmp dir that gradle use it for caching and user configs. We should ignore it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, didn't see it already there, nvm

**/build/
!src/**/build/

# Ignore Gradle GUI config
gradle-app.setting

# Ignore Gradle wrapper jar file
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper-*.sha256

# Ignore Gradle wrapper jar file
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper-*.sha256

# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties

Expand All @@ -35,7 +27,6 @@ gradle/wrapper/gradle-wrapper-*.sha256
# JDT-specific (Eclipse Java Development Tools)
.classpath
.env
.java-version

# IntelliJ
/.idea
Expand Down Expand Up @@ -68,4 +59,3 @@ hs_err_pid*

# macOS
*.DS_Store
.DS_Store