Skip to content

Commit 1078d51

Browse files
committed
vscode settings: don't add psi headers to dockerfiles
1 parent 51e1ab8 commit 1078d51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"**/.env*",
2626
"**/sonar-project.properties",
2727
"**/.github/**/*",
28-
"**/*.yml"
28+
"**/*.yml",
29+
"**/Dockerfile"
2930
],
3031
"exclude": ["jsonc", "json", "markdown"]
3132
},

0 commit comments

Comments
 (0)