Intellij Grails and Git

Posted by WaZ on Stack Overflow See other posts from Stack Overflow or by WaZ
Published on 2010-03-18T14:40:22Z Indexed on 2010/03/18 14:41 UTC
Read the original article Hit count: 484

Filed under:
|
|

I want to backup my code using smart Git. As a start I am a bit confused, IntelliJ has created two folders for my GRails project:

these reside in 1) C:\Documents and Settings\me\.grails\1.2.1\projects

and

2) C:\Documents and Settings\me\IdeaProjects\

The 1) contains a plugins folder which contains directories and files of plugins I am using inside my project.

Do I have to include both 1) and 2) directories inside GIT?

If yes what can I ignore?

If no which of the files do I have to include

Thanks,

Much appreciated,
WB

© Stack Overflow or respective owner

Related posts about grails

Related posts about git