Skip to content

Commit

Permalink
chore: 🧼 Exclude language filles from the workspace search
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed May 3, 2024
1 parent 8a82a78 commit e956c28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions develop.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
"files.exclude": {
"**/apps/": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"**/language": true,
"**/apps/wizarr-frontend/src/language": true
},
"commit-message-editor.staticTemplate": ["feat: Short description", "", "Message body", "", "Message footer"],
"commit-message-editor.dynamicTemplate": ["{type}{scope}: {description}", "", "{body}", "", "{skip_ci}", "", "{breaking_change}{footer}"],
"commit-message-editor.tokens": [
Expand Down

0 comments on commit e956c28

Please sign in to comment.