Skip to content

Commit

Permalink
[MINOR] feat(ci): add integration-test/metastore_db to .gitignore (ap…
Browse files Browse the repository at this point in the history
…ache#2529)

### What changes were proposed in this pull request?

add integration-test/metastore_db to .gitignore

### Why are the changes needed?

Avoid temporary files being tracked by Git after IT testing.

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

local
  • Loading branch information
zhoukangcn authored Mar 14, 2024
1 parent ca1714e commit 6dbfbc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ dev/docker/tools/docker-connector
include web/.gitignore

# node env
.node
.node

# integration test
integration-test/metastore_db

0 comments on commit 6dbfbc5

Please sign in to comment.