Skip to content

Commit d77a94c

Browse files
committed
chore(idea): add project icon and un-ignore it in .idea
Adds a pictogram as .idea/icon.svg, shown by IntelliJ IDEA in the window title, tab and recent-projects list. Carves out an exception in .gitignore so the icon is shared via git while the rest of .idea/ (user-specific IDE state) stays untracked.
1 parent 0ed6bdf commit d77a94c

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
**/NOTES.txt
1010
*.iml
1111
.checkstyle
12-
.idea
12+
.idea/*
13+
!.idea/icon.svg
1314
.~lock*
1415
*.kate-swp
1516

.idea/icon.svg

Lines changed: 23 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)