This is an automated email from the ASF dual-hosted git repository.
vldpyatkov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 34aca851167 IGNITE-29071 Add an IntelliJ IDEA project icon (#13609)
34aca851167 is described below
commit 34aca85116718eb01a768a24ba62a43d1ddcf252
Author: Vladislav Pyatkov <[email protected]>
AuthorDate: Thu Sep 24 10:01:55 2026 +0300
IGNITE-29071 Add an IntelliJ IDEA project icon (#13609)
---
.gitignore | 5 +++--
.idea/icon.png | Bin 0 -> 7365 bytes
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8ab90f323cf..9776a4eb003 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,8 +36,9 @@ deliveries/docker/apache-ignite/arm64/apache-ignite-*
deliveries/docker/apache-ignite/x86_64/run.sh
deliveries/docker/apache-ignite/x86_64/apache-ignite-*
-#Ignore all Intellij IDEA files (except default inspections config)
-.idea/
+#Ignore all Intellij IDEA files (except project icon and default inspections
config)
+.idea/*
+!.idea/icon.png
!.idea/inspectionProfiles/Project_Default.xml
#Visual Studio files
diff --git a/.idea/icon.png b/.idea/icon.png
new file mode 100644
index 00000000000..5f73f6d549a
Binary files /dev/null and b/.idea/icon.png differ