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

delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new c76a0b1d chore: add new icon.svg and vcs.xml and update .gitignore to 
exclude specific IDEA files (#738)
c76a0b1d is described below

commit c76a0b1d09c8e87ad4a8553fd69438dc28409e39
Author: gongzhongqiang <[email protected]>
AuthorDate: Tue Dec 16 12:05:26 2025 +0800

    chore: add new icon.svg and vcs.xml and update .gitignore to exclude 
specific IDEA files (#738)
---
 .gitignore     |  2 ++
 .idea/icon.svg |  1 +
 .idea/vcs.xml  | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/.gitignore b/.gitignore
index 986a6822..3cdc5f08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,8 @@
 .vscode/
 */.settings/
 *.idea
+!.idea/icon.png
+!.idea/vcs.xml
 .DS_Store
 **/.iml*
 *.iml
diff --git a/.idea/icon.svg b/.idea/icon.svg
new file mode 100644
index 00000000..6c080ff8
--- /dev/null
+++ b/.idea/icon.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; width="222" height="220" viewBox="0 
0 222 220" fill="none"><path     fill="#14824B"  d="M113.324 163.939L81.7664 
132.382L81.7664 132.382C85.415 136.03 85.4151 141.946 81.7665 145.595L81.6 
145.761L66.2449 161.116C62.066 165.295 62.066 172.071 66.245 176.25L83.6291 
193.634C87.8081 197.813 94.5836 197.813 98.7625 193.634L113.324 179.073C117.503 
174.894 117.503 168.118 113.324 163.939Z"></path><path   fill-rul [...]
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..bbee465d
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements.  See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to You under the Apache License, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
+  </component>
+  <component name="IssueNavigationConfiguration">
+    <option name="links">
+      <list>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="#(\d+)" />
+          <option name="linkRegexp" 
value="https://github.com/apache/fesod/pull/$1"; />
+        </IssueNavigationLink>
+      </list>
+    </option>
+  </component>
+</project>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to