|
|
|
|
|
by twblalock
3890 days ago
|
|
I always do. My company has a canonical .gitignore that we update when we see things in git repos that should not be there. It now contains all of the stupid hidden project directories for all of the major IDEs, build artifacts we don't want, and a bunch of other stuff. I highly recommend this approach. |
|