Comment on Don't create .gitkeep files, use .gitignore instead (2023)parentComments−17186274406moBut ignore files are only for untracked files anyway. Maybe you want them to specify what can be in the repo and what not, but this is not how Git works.
Comments
But ignore files are only for untracked files anyway. Maybe you want them to specify what can be in the repo and what not, but this is not how Git works.