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

elharo pushed a commit to branch svg
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 61b229d11e77bdf49d15a246f7d521fb3daaeaad
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Thu Jun 5 06:28:05 2025 -0400

    SVG is a data file, not autogenerated
---
 .gitignore | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 08072c3a2c..5b27efe6d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,12 +3,12 @@
 .classpath
 .settings/
 .svn/
+
 # Intellij
 *.ipr
 *.iml
 .idea
 !.idea/icon.png
-.DS_Store
 /bootstrap
 /dependencies.xml
 .java-version
@@ -16,4 +16,7 @@
 .factorypath
 .vscode/
 repo/
-/*.svg
\ No newline at end of file
+
+# Mac
+.DS_Store
+

Reply via email to