29

Should I commit my idea folder in git and in remote version controls like Github? Is it a good practice?

Daniel Conde Marin
  • 7,588
  • 4
  • 35
  • 44
Trt Trt
  • 5,330
  • 13
  • 53
  • 86

1 Answers1

43

I wouldn't commit any specific IDE configuration into the repository.

2 important reasons are:

  1. IDE configuration almost always involves absolute paths in disk, where different users may not have the same...

  2. You don't want to constraint all users to use the same IDE config...

Daniel Conde Marin
  • 7,588
  • 4
  • 35
  • 44