Skip to main content
deleted 6 characters in body
Source Link
JBaruch
  • 22.9k
  • 5
  • 64
  • 91

OK, so after some "Yes" and "No" answers, I am adding anothera "Yes and no" answer :)

The problem is that .idea is used for both project build configuration (dependencies declaration) and project settings (inspections, etc.).

You definitely don't want to use your IDE for your build configuration, but you might want to share the settings among the team. That's why you need to ignore only a part of the .idea content (like the libraries folder and the modules.xml file), but keep others in the version control (e.g. the copyright, dictionaries and inspectionProfiles folders and files under .idea like dynamic.xml, codeStyleSettings.xml, etc.).

OK, so after some "Yes" and "No" answers, I am adding another "Yes and no" answer :)

The problem is that .idea is used for both project build configuration (dependencies declaration) and project settings (inspections, etc.).

You definitely don't want to use your IDE for your build configuration, but you might want to share the settings among the team. That's why you need to ignore only a part of the .idea content (like the libraries folder and the modules.xml file), but keep others in the version control (e.g. the copyright, dictionaries and inspectionProfiles folders and files under .idea like dynamic.xml, codeStyleSettings.xml, etc.).

OK, so after some "Yes" and "No" answers, I am adding a "Yes and no" answer :)

The problem is that .idea is used for both project build configuration (dependencies declaration) and project settings (inspections, etc.).

You definitely don't want to use your IDE for your build configuration, but you might want to share the settings among the team. That's why you need to ignore only a part of the .idea content (like the libraries folder and the modules.xml file), but keep others in the version control (e.g. the copyright, dictionaries and inspectionProfiles folders and files under .idea like dynamic.xml, codeStyleSettings.xml, etc.).

Grammar
Source Link
kynan
  • 13.7k
  • 6
  • 82
  • 82

OK, so after some "Yes" and "No" answers, I am adddingadding another "Yes and no" answer :)

The problem is that .idea is used for both project build configuration (dependencies declaration) and project settings (inspections, etc.).

You definetlydefinitely don't want to use your IDE for your build configuration, but you might want to share the settings among the team. That's why you need to ignore only a part of the .idea content (like the libraries folder and the modules.xml file), but keep others in the version control (e.g. the copyright, dictionaries and inspectionProfiles folders and files under .idea like dynamic.xml, codeStyleSettings.xml, etc.).

OK, so after "Yes" and "No" answers, I am addding "Yes and no" answer :)

The problem is .idea is used for both project build configuration (dependencies declaration) and project settings (inspections, etc.).

You definetly don't want to use your IDE for your build configuration, but you might want to share the settings among team. That's why you need to ignore only part of .idea content (like libraries folder and modules.xml file), but keep others in the version control (e.g. the copyright, dictionaries and inspectionProfiles folders and files under .idea like dynamic.xml, codeStyleSettings.xml, etc.).

OK, so after some "Yes" and "No" answers, I am adding another "Yes and no" answer :)

The problem is that .idea is used for both project build configuration (dependencies declaration) and project settings (inspections, etc.).

You definitely don't want to use your IDE for your build configuration, but you might want to share the settings among the team. That's why you need to ignore only a part of the .idea content (like the libraries folder and the modules.xml file), but keep others in the version control (e.g. the copyright, dictionaries and inspectionProfiles folders and files under .idea like dynamic.xml, codeStyleSettings.xml, etc.).

Source Link
JBaruch
  • 22.9k
  • 5
  • 64
  • 91

OK, so after "Yes" and "No" answers, I am addding "Yes and no" answer :)

The problem is .idea is used for both project build configuration (dependencies declaration) and project settings (inspections, etc.).

You definetly don't want to use your IDE for your build configuration, but you might want to share the settings among team. That's why you need to ignore only part of .idea content (like libraries folder and modules.xml file), but keep others in the version control (e.g. the copyright, dictionaries and inspectionProfiles folders and files under .idea like dynamic.xml, codeStyleSettings.xml, etc.).