CoolFace
Apppublic

FFXDD/FF_RSS

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
.gitignore133 linesDownload Raw Back to root
1# Logs2logs3*.log4npm-debug.log*5yarn-debug.log*6yarn-error.log*7lerna-debug.log*8.pnpm-debug.log*9 10# Diagnostic reports (https://nodejs.org/api/report.html)11report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json12 13# Runtime data14pids15*.pid16*.seed17*.pid.lock18 19# Directory for instrumented libs generated by jscoverage/JSCover20lib-cov21 22# Coverage directory used by tools like istanbul23coverage24*.lcov25 26# nyc test coverage27.nyc_output28 29# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)30.grunt31 32# Bower dependency directory (https://bower.io/)33bower_components34 35# node-waf configuration36.lock-wscript37 38# Compiled binary addons (https://nodejs.org/api/addons.html)39build/Release40 41# Dependency directories42node_modules/43jspm_packages/44 45# Snowpack dependency directory (https://snowpack.dev/)46web_modules/47 48# TypeScript cache49*.tsbuildinfo50 51# Optional npm cache directory52.npm53 54# Optional eslint cache55.eslintcache56 57# Optional stylelint cache58.stylelintcache59 60# Microbundle cache61.rpt2_cache/62.rts2_cache_cjs/63.rts2_cache_es/64.rts2_cache_umd/65 66# Optional REPL history67.node_repl_history68 69# Output of 'npm pack'70*.tgz71 72# Yarn Integrity file73.yarn-integrity74 75# dotenv environment variable files76.env77.env.development.local78.env.test.local79.env.production.local80.env.local81 82# parcel-bundler cache (https://parceljs.org/)83.cache84.parcel-cache85 86# Next.js build output87.next88out89 90# Nuxt.js build / generate output91.nuxt92dist93 94# Gatsby files95.cache/96# Comment in the public line in if your project uses Gatsby and not Next.js97# https://nextjs.org/blog/next-9-1#public-directory-support98# public99 100# vuepress build output101.vuepress/dist102 103# vuepress v2.x temp and cache directory104.temp105.cache106 107# Docusaurus cache and generated files108.docusaurus109 110# Serverless directories111.serverless/112 113# FuseBox cache114.fusebox/115 116# DynamoDB Local files117.dynamodb/118 119# TernJS port file120.tern-port121 122# Stores VSCode versions used for testing VSCode extensions123.vscode-test124 125# yarn v2126.yarn/cache127.yarn/unplugged128.yarn/build-state.yml129.yarn/install-state.gz130.pnp.*131 132.DS_Store133