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

elharo pushed a commit to branch vscode
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit ba140aaa0512a50dd465670e810c10c048dcb266
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Tue Jun 10 08:38:49 2025 -0400

    Ignore the .vscdoe directory in git
---
 .gitignore | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3404996..50b575b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,14 +4,21 @@ target/
 .settings/
 .svn/
 bin/
-# Intellij
-*.ipr
-*.iml
-.idea
 out/
-.DS_Store
 /bootstrap
 /dependencies.xml
 .java-version
 .checkstyle
 .factorypath
+
+# Intellij
+*.ipr
+*.iml
+.idea
+
+#VSCode
+.vscode
+
+#Mac
+.DS_Store
+

Reply via email to