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 2022/10/29 06:20:51 UTC

[groovy] 09/09: Ignore Vscode & Fleet folders

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

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

commit 1e7573ef14635c0f9fc8e7a476833f66230ad9d0
Author: Goooler <wa...@gmail.com>
AuthorDate: Wed Oct 19 10:24:55 2022 +0800

    Ignore Vscode & Fleet folders
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 3516d1ee8d..ef4ddff8c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,9 @@ out/
 *.iws
 .shelf
 
+.fleet
+
+.vscode
 .settings/
 .classpath
 .project