Skip to content

Commit

Permalink
fix: remove the file exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jan 21, 2025
1 parent 2650ab2 commit 21a7764
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,6 @@
{
"i18n-ally.localesPaths": "messages",
"i18n-ally.sortKeys": true,
"files.exclude": {
"dist": true,
"public": true,
"node_modules": true,
"src/content/blog/de": true,
"src/content/blog/es": true,
"src/content/blog/fr": true,
"src/content/blog/id": true,
"src/content/blog/it": true,
"src/content/blog/ja": true,
"src/content/blog/ko": true,
"src/content/plugins-tutorials/de": true,
"src/content/plugins-tutorials/es": true,
"src/content/plugins-tutorials/fr": true,
"src/content/plugins-tutorials/id": true,
"src/content/plugins-tutorials/it": true,
"src/content/plugins-tutorials/ja": true,
"src/content/plugins-tutorials/ko": true,
},
"search.exclude": {
"dist": true,
"public": true,
Expand Down

0 comments on commit 21a7764

Please sign in to comment.