diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 3dd6708f36..eb2c8bf818 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -471,7 +471,7 @@ export const fileIcons: FileIcons = { { name: 'haml', fileExtensions: ['haml'] }, { name: 'yang', fileExtensions: ['yang'] }, { name: 'mjml', fileExtensions: ['mjml'] }, - { name: 'now', fileNames: ['now.json'], light: true }, + { name: 'now', fileNames: ['now.json', '.nowignore'], light: true }, { name: 'terraform', fileExtensions: ['tf', 'tf.json', 'tfvars', 'tfstate']