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-geb.git


The following commit(s) were added to refs/heads/master by this push:
     new e3431b94 don't include .name since this is generated since we have 
rootProject.name = 'geb' in settings.gradle
e3431b94 is described below

commit e3431b94c225224dc98466341cb0e6b4238f74a7
Author: Paul King <[email protected]>
AuthorDate: Sun Nov 17 20:10:48 2024 +1000

    don't include .name since this is generated since we have rootProject.name 
= 'geb' in settings.gradle
---
 .idea/.gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.idea/.gitignore b/.idea/.gitignore
index 0138da87..71896eee 100644
--- a/.idea/.gitignore
+++ b/.idea/.gitignore
@@ -11,4 +11,5 @@
 /jarRepositories.xml
 /misc.xml
 /vcs.xml
-/runConfigurations.xml
\ No newline at end of file
+/runConfigurations.xml
+.name
\ No newline at end of file

Reply via email to