From e2c2e8fc2a6ef8be419d594f394970665e17a297 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Thu, 19 Dec 2013 01:45:35 -0500 Subject: [PATCH] Ignore web-app/WEB-INF/ This directory is used by Grails normally, but not by this plugin. Grails keeps creating the directory, but since we don't use or want it, ignore it. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d23b67a..3233fdc 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ target plugin.xml /docs/ .DS_Store + +# used by Grails normally, but not by this plugin. Grails keeps creating the directory, but since we don't use or want it, ignore it. +web-app/WEB-INF/