In this video we see how to ignore files and not track them inside a git repository.
#git
https://itvraag.nl
Some of the commands used are here in the description:
Global ignore file:
git config --global core.excludesFile ~/.gitignore
Git tracked files:
git ls-tree -r main --name-only
Ignored files:
git status --ignored
Git debug:
git check-ignore -v debug_file