You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/04/13 00:15:43 UTC

[groovy-release] branch master updated: ignore IDEA files

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 48bd677  ignore IDEA files
48bd677 is described below

commit 48bd6772b719a3880a99f57693880a45fa5d0c09
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Apr 13 10:15:37 2021 +1000

    ignore IDEA files
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 0e943a7..b9c4c27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ build/
 *.iml
 *.ipr
 *.iws
+.idea/
 
 # Ignore Gradle GUI config
 gradle-app.setting