📕 subnode [[@bmann/git]] in 📚 node [[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

📖 stoas
⥱ context