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

jdaugherty pushed a commit to branch grails-geb
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 6e8d57c2a2d9e4e0ae80244d8a2c2485b5181f34
Author: James Daugherty <[email protected]>
AuthorDate: Sun Apr 20 14:50:40 2025 -0400

    Ignore files that are created during the test run
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index bee7b452ee..b66e0ab321 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,8 @@ dist/
 idea
 output/
 prodDb.mv.db
+testWatchedFile.properties
+_alternativeTable.gsp
 **/src/en/ref/Versions/Grails BOM.adoc
 stacktrace.log
 target

Reply via email to