You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by to...@apache.org on 2022/01/30 15:58:53 UTC

[shardingsphere] branch master updated: Show ShardingSphere logo in IDEA (#15219)

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

totalo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 90b81d6  Show ShardingSphere logo in IDEA (#15219)
90b81d6 is described below

commit 90b81d64b7a9e1059c94825a2019d76ff3d961d4
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Sun Jan 30 23:57:59 2022 +0800

    Show ShardingSphere logo in IDEA (#15219)
    
    * Exclude .idea/icon.png from .gitignore
    
    * Add icon.png
---
 .gitignore     |   1 +
 .idea/icon.png | Bin 0 -> 13724 bytes
 2 files changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 336008c..119024e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ cobertura.ser
 
 # idea ignore
 .idea/
+!/.idea/icon.png
 *.ipr
 *.iml
 *.iws
diff --git a/.idea/icon.png b/.idea/icon.png
new file mode 100644
index 0000000..6b65387
Binary files /dev/null and b/.idea/icon.png differ