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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7ac47ac  Ignore the .vscdoe directory in git (#227)
7ac47ac is described below

commit 7ac47acdea61a1265f051346de8deab8a87b67c0
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Tue Jun 10 16:04:01 2025 +0000

    Ignore the .vscdoe directory in git (#227)
---
 .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