michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
249 stars 203 forks source link

.idea in the root of the project #76

Closed siarhei-skavarodkin closed 10 years ago

siarhei-skavarodkin commented 10 years ago

Root of the project contains .idea folder in git. IDE specific stuff is usually specified in git ignore global files, so the proposal is to remove it from git.

Even more info: https://github.com/michaelklishin/quartz-mongodb/blob/master/.idea/modules.xml contains references on non-existing files:

  1. src/main/Main.iml
  2. quartz-mongodb.iml

and trying to do as follows:

  1. git clone https://github.com/michaelklishin/quartz-mongodb.git
  2. Intellij IDEA 13 -> File -> Open produces an error (see screenshot in attachment) error
michaelklishin commented 10 years ago

Keeping IDEA metadata in the repo is perfectly fine and helps people who use IDEA to get started quickly. I'll see if there can be missing files but there is no plan to ignore all the IDEA-generated files.