apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://datastrato.ai/docs/
Apache License 2.0
682 stars 208 forks source link

[Improvement] Git ignore file `version.ini` #4023

Open yuqi1129 opened 5 days ago

yuqi1129 commented 5 days ago

What would you like to be improved?

After we run test locally, there will be some files that have not been cleaned up , such as

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        clients/client-python/version.ini
        data/

we better put them into .gitignore and neglect them

How should we improve?

Add the following to .gitignore

clients/client-python/version.ini
data
noidname01 commented 4 days ago

version.ini has been moved into clients/client-python/gravitino in #3953 and has updated .gitignore file.