top | item 47096224

(no title)

yjftsjthsd-h | 10 days ago

I'm confused. Having a file gitignored doesn't stop you from committing it; AFAIK you can just

  touch build/.gitkeep
  git add build/.gitkeep
  git commit build/.gitkeep
And that's it? There's no need to exclude anything.

discuss

order

williadc|10 days ago

The idea is that you don't want to check-in any builds.

yjftsjthsd-h|10 days ago

Sure, so gitignore build/ or whatever. But you don't need to unignore .gitkeep