@@ -105,7 +105,7 @@ const workspaces = [
105105const docker = [
106106 'dockerfile*' ,
107107 '.dockerignore' ,
108- 'docker-compose.*'
108+ 'docker-compose.*' ,
109109]
110110
111111// frameworks and their specific files
@@ -119,7 +119,7 @@ const frameworks = {
119119 'artisan' : [ 'server.php' , 'webpack.mix.js' ] ,
120120 'astro.config.*' : [ ] ,
121121 'gatsby-config.*' : [ 'gatsby-browser.*' , 'gatsby-node.*' , 'gatsby-ssr.*' , 'gatsby-transformer.*' ] ,
122- 'quasar.conf.js' : [ 'quasar.extensions.json' ]
122+ 'quasar.conf.js' : [ 'quasar.extensions.json' ] ,
123123}
124124
125125// library configs, will be appended to all the frameworks
@@ -252,7 +252,6 @@ const base = {
252252 '*.ts' : '$(capture).js, $(capture).*.ts' ,
253253 '*.tsx' : '$(capture).ts, $(capture).*.tsx' ,
254254 '*.vue' : '$(capture).*.ts, $(capture).*.js' ,
255- 'index.d.ts' : '*.d.ts' ,
256255 'shims.d.ts' : '*.d.ts' ,
257256 '*.cpp' : '$(capture).hpp, $(capture).h, $(capture).hxx' ,
258257 '*.cxx' : '$(capture).hpp, $(capture).h, $(capture).hxx' ,
0 commit comments