mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-28 13:51:41 +00:00
tv seems to ignore files and folders from .gitignore #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bpairet on 4/7/2025
Description
I don't know if that is a bug or if files listed in .gitignore are considered to be not interesting and thus filtered. I couldn't find anything on the repo about this so I figured that is more likely to be unintended. I have a git repo similar to the one in the example, where I have a results folder that I don't want to commit but I'd like to be able to search inside of it.
Example
Expected behavior
I would expect to see
ignored_file.txt
andresult_folder/results_{1,2,3}.txt
when using tv from thetest_tv_gitignore
or parent folder.Actual behavior
When using tv from test_tv_gitignore, it only lists
other_folder/other_{1,2,3}.txt
. If I launch tv fromtest_tv_gitignore/result_folder/
, I then can see theresults_{1,2,3}.txt
files.Environment