Skip to content

Commit

Permalink
Hide templ generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed Mar 27, 2024
1 parent 7186b55 commit b4bad90
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,18 @@
"tmpl",
"zerolog"
],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/*_templ.go": true
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*": "${capture}.license",
"*.templ": "${capture}_templ.go",
"package.json": "package-lock.json, yarn.lock, pnpm-lock.yaml",
"Chart.yaml": "Chart.lock, .helmignore",
},
Expand Down

0 comments on commit b4bad90

Please sign in to comment.