st-tu-dresden / videoshop

SalesPoint sample application
Apache License 2.0
87 stars 246 forks source link

Add gitignore entries for IntelliJ IDEA #87

Closed schauder closed 6 years ago

schauder commented 6 years ago

to avoid accidentally checking in IntelliJ configuration files.

PhilippMatthes commented 6 years ago

To keep this repository and its contents open to all developer platforms, I wouldn't exclude the .idea folder explicitly in a .gitignore. I'd encourage anyone to make these changes individually, depending on their IDE.

martinmo commented 6 years ago

Sure, but IntelliJ and Eclipse are probably the two most used IDEs for Java, and having gitignores for both makes sense. However, some things are missing in this PR (I will add some inline comments).

martinmo commented 6 years ago

That's merged.