diff options
author | Adam Roben <adam@roben.org> | 2013-11-26 20:05:01 -0800 |
---|---|---|
committer | Adam Roben <adam@roben.org> | 2013-11-26 20:05:01 -0800 |
commit | c2c74647f25dfc4540a8f588849cdcd5ddc5a7b4 (patch) | |
tree | 217ae733e83cd778693ee0926a3c23a03e172f4d | |
parent | cbda8a4d7f2a47b3183eb04257e03c6c6c3b7624 (diff) | |
parent | e884da3fd3e4d4902d1b06cef1b0bbcfb8ac1b70 (diff) | |
download | gitignore-c2c74647f25dfc4540a8f588849cdcd5ddc5a7b4.tar.gz gitignore-c2c74647f25dfc4540a8f588849cdcd5ddc5a7b4.zip |
Merge pull request #869 from j4y/master
plugin.xml shouldn't be in source control. This is a Grails plugin artifact
-rw-r--r-- | Grails.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Grails.gitignore b/Grails.gitignore index 4c0c15b8..b827da05 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -28,8 +28,9 @@ # project release file /*.war -# plugin release file +# plugin release files /*.zip +/plugin.xml # older plugin install locations /plugins |