Skip to content

Commit

Permalink
feat: intellij folder icon
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Jan 27, 2024
1 parent 350fae5 commit f099e5b
Show file tree
Hide file tree
Showing 17 changed files with 83 additions and 2 deletions.
Binary file modified assets/frappe.webp
Binary file not shown.
Binary file modified assets/latte.webp
Binary file not shown.
Binary file modified assets/macchiato.webp
Binary file not shown.
Binary file modified assets/mocha.webp
Binary file not shown.
8 changes: 8 additions & 0 deletions icons/css-variables/folder_intellij.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/css-variables/folder_intellij_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/frappe/folder_intellij.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/frappe/folder_intellij_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/latte/folder_intellij.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/latte/folder_intellij_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/macchiato/folder_intellij.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/macchiato/folder_intellij_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/mocha/folder_intellij.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icons/mocha/folder_intellij_open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"scripts": {
"build": "tsx scripts/build.ts",
"catwalk": "tsx scripts/catwalk.ts",
"icons": "pnpm icons:optimize && pnpm icons:generate && icons:preview",
"icons:generate": "tsx scripts/generate.ts",
"icons:optimize": "tsx scripts/optimize.ts",
"icons:preview": "tsx scripts/preview.ts",
Expand Down
3 changes: 3 additions & 0 deletions src/defaults/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ export const folderIcons: FolderIcons = {
'photographs',
],
},
'intellij': {
folderNames: ['.idea'],
},
'kubernetes': {
folderNames: [
'kubernetes',
Expand Down
1 change: 0 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- [ ] hooks folder
- [ ] class folder
- [ ] decorators folder
- [ ] target folder
Expand Down

0 comments on commit f099e5b

Please sign in to comment.