mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-03-13 10:30:18 +08:00
49 lines
580 B
Plaintext
49 lines
580 B
Plaintext
# folders
|
|
.devcontainer
|
|
.github
|
|
.husky
|
|
.idea
|
|
.idx
|
|
.vscode
|
|
app-minimal
|
|
coverage
|
|
eslint-plugins
|
|
node_modules
|
|
test
|
|
|
|
# files
|
|
.codecov.yml
|
|
.dockerignore
|
|
.editorconfig
|
|
.env*
|
|
.eslint*
|
|
.gitignore
|
|
.markdownlint.jsonc
|
|
.(yarn|npm|nvm)rc
|
|
*.md
|
|
*.nix
|
|
Dockerfile*
|
|
LICENSE
|
|
app.json
|
|
eslint.config.mjs
|
|
docker-compose*
|
|
flake.lock
|
|
fly.toml
|
|
jsconfig.json
|
|
npm-debug.log
|
|
process.json
|
|
package-lock.json
|
|
tsdown-lib.config.ts
|
|
tsdown-vercel.config.ts
|
|
vitest.config.ts
|
|
vercel.json
|
|
|
|
# git but keep the git commit hash
|
|
.git/logs
|
|
.git/index
|
|
.git/info
|
|
.git/hooks
|
|
|
|
# rsshub auxiliary files
|
|
lib/routes/**/radar.js
|