Skip to content

Commit

Permalink
add .nowignore to filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPolak committed Jun 23, 2019
1 parent 6b21c47 commit 4d861c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 4d861c2

Please sign in to comment.