We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605d2b2 commit fc4683dCopy full SHA for fc4683d
site/src/utils/templateVersion.ts
@@ -23,7 +23,7 @@ export const getTemplateVersionFiles = async (
23
return files
24
}
25
26
-export const allowedExtensions = ["tf", "md", "Dockerfile"]
+export const allowedExtensions = ["tf", "md", "Dockerfile", "protobuf"]
27
28
export const isAllowedFile = (name: string) => {
29
return allowedExtensions.some((ext) => name.endsWith(ext))
0 commit comments