Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Manage IDE metadata

Chris Beams edited this page Nov 19, 2010 · 1 revision

TODO

  • apply plugin: 'eclipse'
  • apply plugin: 'idea'
  • do check in .springBeans
  • do not check in all of the following can be generated with gradle eclipse
    • .project
    • .classpath
    • .settings
  • other standard .gitignore entries *.iml *.iws *.ipr *.sw? build # be careful you don't have any actual build directories! !...build/
Clone this wiki locally