I have observed the following different files in my intellij java project -
- .idea folder
- .out folder
- .iml file
- .src folder
Out of these files I'm thinking of adding .idea folder, .out folder, .iml file to .gitignore? Am I right? Or do these folders and files hold some significance which needs tracked by git?