CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
1'use strict'2 3exports.directories = function () {4  return [5    '.git', // Git repository files, see <https://git-scm.com/>6    '.nyc_output', // Temporary directory where nyc stores coverage data, see <https://github.com/bcoe/nyc>7    '.sass-cache', // Cache folder for node-sass, see <https://github.com/sass/node-sass>8    'bower_components', // Where Bower packages are installed, see <http://bower.io/>9    'coverage', // Standard output directory for code coverage reports, see <https://github.com/gotwarlost/istanbul>10    'node_modules' // Where Node modules are installed, see <https://nodejs.org/>11  ]12}13