parent
032dd7d6fe
commit
e98cb888bf
2 changed files with 3 additions and 0 deletions
|
@ -252,6 +252,7 @@
|
|||
"txt": "_file_document",
|
||||
"sqlite": "_file_database",
|
||||
"graphql": "_file_graphql",
|
||||
"graphqlconfig": "_file_graphql",
|
||||
"gql": "_file_graphql",
|
||||
"props": "_file_settings",
|
||||
"toml": "_file_settings",
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
"fileNames": {
|
||||
".graphqlconfig.yml": "_file_graphql",
|
||||
".graphqlconfig.yaml": "_file_graphql",
|
||||
"prettier.config.js": "_file_prettier",
|
||||
".prettierrc.js": "_file_prettier",
|
||||
".prettierrc.json": "_file_prettier",
|
||||
|
|
Loading…
Reference in a new issue