Add vue.config.js nuxt.config.js browserlistrc and terraform file icons
This commit is contained in:
parent
e06986159a
commit
064ef02af0
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
"fileExtensions": {
|
||||
"tf": "_file_terraform",
|
||||
"story.tsx": "_file_storybook",
|
||||
"stories.tsx": "_file_storybook",
|
||||
"story.ts": "_file_storybook",
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
"fileNames": {
|
||||
"nuxt.config.js": "_file_nuxtconfig",
|
||||
"vue.config.js": "_file_vue",
|
||||
".browserslistrc": "_file_browserlist",
|
||||
".nvmrc": "_file_node",
|
||||
".graphqlconfig.yml": "_file_graphql",
|
||||
|
|
Loading…
Reference in a new issue