Yes, the time I used to hook up "rm `find ./ | grep DS_Store`" before anyone do a `git add`
davydm · 17h ago
Cool post.
I highly suggest using templates from https://github.com/github/gitignore for your project as they tend to include a lot of files commonly found in them - eg .idea folders and so on.
RGBCube · 17h ago
They're still not enough. Even with those, it's really easy for stuff to slip in.
You should just pick the nearly exhaustive option instead
I highly suggest using templates from https://github.com/github/gitignore for your project as they tend to include a lot of files commonly found in them - eg .idea folders and so on.
You should just pick the nearly exhaustive option instead