turbomanage / storm-gen

Simple ORM for Android SQLite
Apache License 2.0
83 stars 15 forks source link

Project should be IDE agnostic #42

Open galex opened 9 years ago

galex commented 9 years ago

There as a few .project and .classpath files (from Eclipse) that are inside the project. I think those files should be ignored by git and not added to the project as on every IDE you can import the gradle or maven project you're interested in.

I can see in the .gitignore there was a try to ignore them but it seems it need to be fixed. I'm purposely not removing them myself as I'm using IntelliJ and they are not a problem but could be if removed from the git repository without a special care of the Eclipse devs on their machine.

Alex.