Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmarinus
122 days ago
if possible you can also just create directories if they don't exist (ie. mkdir -p) and just exclude it in your root .gitignore (ie. ignore all build directories). That would safe you from creating multiple .gitignore files.