From 61b229d11e77bdf49d15a246f7d521fb3daaeaad Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 5 Jun 2025 06:28:05 -0400 Subject: [PATCH 1/2] SVG is a data file, not autogenerated --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 08072c3a2c5a..5b27efe6d6a4 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 + From f4a7d877295be8eb24ff1a923fb0e35dfaa3f4c8 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 5 Jun 2025 10:38:22 -0400 Subject: [PATCH 2/2] vscode --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b27efe6d6a4..4e85f56fb4ce 100644 --- a/.gitignore +++ b/.gitignore @@ -14,9 +14,11 @@ .java-version .checkstyle .factorypath -.vscode/ repo/ +# VSCode +.vscode/ + # Mac .DS_Store