You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A relatively common case that occurs in my workflow is:
An entire class of file is present in a top-level .gitignore for the repo, eg *.parquet to avoid accidentally committing chunky real data files.
There are a few files in the repo that match the top level .gitignore but have been force added to the repository, eg a .parquet file containing some small sample data for an integration test.
In this scenario, erdtree correctly ignores all of the items in the .gitignore file such as build directories etc.., but unfortunately this means it also skips this kind of force-added test file. A really useful feature for me would be a slightly tighter integration with git, such that erdtree could know not to exclude these force-added files from its listing.
Cheers,
Joe
The text was updated successfully, but these errors were encountered:
Hi,
Firstly, thanks for the great tool!
A relatively common case that occurs in my workflow is:
.gitignore
for the repo, eg*.parquet
to avoid accidentally committing chunky real data files..gitignore
but have been force added to the repository, eg a.parquet
file containing some small sample data for an integration test.In this scenario, erdtree correctly ignores all of the items in the
.gitignore
file such as build directories etc.., but unfortunately this means it also skips this kind of force-added test file. A really useful feature for me would be a slightly tighter integration with git, such that erdtree could know not to exclude these force-added files from its listing.Cheers,
Joe
The text was updated successfully, but these errors were encountered: