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.git
The following commit(s) were added to refs/heads/master by this push: new 5676fb86f5 Don't ignore SVG files (#2435) 5676fb86f5 is described below commit 5676fb86f5a096e877d4730ee4356633d05e6f45 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Tue Jun 10 14:03:26 2025 +0000 Don't ignore SVG files (#2435) * SVG is a data file, not autogenerated * vscode --- .gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 08072c3a2c..4e85f56fb4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,17 +3,22 @@ .classpath .settings/ .svn/ + # Intellij *.ipr *.iml .idea !.idea/icon.png -.DS_Store /bootstrap /dependencies.xml .java-version .checkstyle .factorypath -.vscode/ repo/ -/*.svg \ No newline at end of file + +# VSCode +.vscode/ + +# Mac +.DS_Store +