As mentioned in the comments, there is no need for an IDE integration command, but the automatically generated file is .gitignoredefinitely good and has what was missing in earlier versions of 3.x.
Starting with Grails 3.0.5, a file .gitignoreis created by default with the command create-app.
See the GitHub issue: The default integration with Git in the grails create-app command .
source
share