Intellij Grails and Git
- by WaZ
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