Skip to content

Commit b280f12

Browse files
authored
feat: Add 'terraformignore' file extension to terraform icon configuration (#3305)
1 parent bf1b222 commit b280f12

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/core/icons/fileIcons.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,14 @@ export const fileIcons: FileIcons = {
13101310
},
13111311
{
13121312
name: 'terraform',
1313-
fileExtensions: ['tf', 'tf.json', 'tfvars', 'tfstate', 'tfbackend'],
1313+
fileExtensions: [
1314+
'tf',
1315+
'tf.json',
1316+
'tfvars',
1317+
'tfstate',
1318+
'tfbackend',
1319+
'terraformignore',
1320+
],
13141321
},
13151322
{
13161323
name: 'opentofu',

0 commit comments

Comments
 (0)