Comment on Don't create .gitkeep files, use .gitignore instead (2023)parentComments−taftster6moThis used to happen a lot. But I don't think that many modern builders require existing directory these days.Your point is valid though. It would be much preferable to include build/ in your root .gitignore so that the directory is never tracked.
Comments
This used to happen a lot. But I don't think that many modern builders require existing directory these days.
Your point is valid though. It would be much preferable to include build/ in your root .gitignore so that the directory is never tracked.