Skip to content

Commit cad592d

Browse files
committed
chore: Uncomment assets icons exclusion in settings and add hugeicons configuration file
1 parent 2ac6928 commit cad592d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typescript.preferences.autoImportFileExcludePatterns": ["react-native-reanimated/lib/typescript/*"],
1414
"files.autoSave": "onFocusChange",
1515
"files.exclude": {
16-
"**/assets/icons/src/*": true
16+
// "**/assets/icons/src/*": true
1717
},
1818
"typescript.tsdk": "node_modules\\typescript\\lib"
1919
// "editor.codeActionsOnSave": {

hugeicons.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"targetPlatform": "react-native"
3+
}

0 commit comments

Comments
 (0)