Skip to content

Commit a79402e

Browse files
committed
chore: add copilot instructions and update VSCode settings to exclude icon source files
1 parent 2f39f14 commit a79402e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
I am using bun package manager
2+
Do not add unnecessary comments for my understanding.
3+
Icons are used from hugeicons if you want to add extra icons to the library, you can add it running `ic iconName` command.
4+
`iconName` is from the hugeicons website.

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"Withs"
1212
],
1313
"files.autoSave": "onFocusChange",
14+
"files.exclude": {
15+
"**/assets/icons/src/*": true
16+
},
1417
"typescript.tsdk": "node_modules\\typescript\\lib"
1518
// "editor.codeActionsOnSave": {
1619
// "source.organizeImports": "always"

0 commit comments

Comments
 (0)