Skip to content

Commit

Permalink
feat(icon): associate .tiltignore with tilt (#3455)
Browse files Browse the repository at this point in the history
  • Loading branch information
adufr committed May 4, 2024
1 parent 82748bd commit 3fe5b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iconsManifest/supportedExtensions.ts
Expand Up @@ -4731,7 +4731,7 @@ export const extensions: IFileCollection = {
},
{
icon: 'tiltfile',
extensions: [],
extensions: ['.tiltignore'],
languages: [languages.tiltfile],
format: FileFormat.svg,
},
Expand Down

0 comments on commit 3fe5b35

Please sign in to comment.