ag provides multiple mechanisms for ignoring files (hidden files, VCS ignored files, .agignore ...). These are quite helpful, but sometimes this makes me wonder which files in my file tree are actually ignored / searched. Is there a quick way to check this?
I tried ag '^'
to get a list of searched files, but 0 bytes files were not included in it.