git
Local Git Exclude
Edit the local exclude file in your git repo without having to edit the global .gitignore
.git/info/exclude
Source: StackOverflow
Counting files in a git repo
git ls-files | wc -l
Source: Stackoverflow
Edit the local exclude file in your git repo without having to edit the global .gitignore
.git/info/exclude
Source: StackOverflow
git ls-files | wc -l
Source: Stackoverflow