Team-2502 / RobotCode2018

All of our code for our 2018 robot.
GNU General Public License v3.0
3 stars 0 forks source link

Merge updated gitignore into branch master #8

Closed isaacaj closed 6 years ago

ritikmishra commented 6 years ago

No! Leaving certain project files outside of the gitignore, especially those related to modules, break the left hand file browser for me.

andrewgazelka commented 6 years ago

additionally, I do not believe .iml files are required for formatting. It is just the .idea/codeStyles directory. I think it makes the most sense for this to be the only part of the .idea/ folder that is kept.

donovanMaas commented 6 years ago

The IML files inside the .idea are required for the project specific formatter. RobotCode2018.iml is already added to the .gitignore. This commit is completely safe. Also we should not ignore the .idea/ folder because it contains lot's of user specific files.

donovanMaas commented 6 years ago

@UltraX3 Did you not see the comment saying Do not ignore*.iml, required for project formatter.?

donovanMaas commented 6 years ago

@UltraX3 You had previously stated that you needed to create IML files in the .idea/ folder for the project formatter. I do not recall you ever mentioning that you have to use .idea/codeStyles.

donovanMaas commented 6 years ago

@Mky135 Class names need to be CamelCase.