mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-30 16:55:08 +08:00
44 lines
494 B
Plaintext
44 lines
494 B
Plaintext
# folders
|
|
.devcontainer
|
|
.github
|
|
.husky
|
|
.idea
|
|
.vscode
|
|
Dockerfile*
|
|
LICENSE
|
|
Procfile
|
|
app-minimal
|
|
coverage
|
|
node_modules
|
|
test
|
|
|
|
# files
|
|
.codecov.yml
|
|
.dockerignore
|
|
.editorconfig
|
|
.env
|
|
.eslint*
|
|
.gitignore
|
|
.gitpod.yml
|
|
.markdownlint.jsonc
|
|
.prettier*
|
|
.(yarn|npm|nvm)rc
|
|
*.md
|
|
app.json
|
|
docker-compose*
|
|
fly.toml
|
|
jsconfig.json
|
|
npm-debug.log
|
|
process.json
|
|
package-lock.json
|
|
vercel.json
|
|
|
|
# git but keep the git commit hash
|
|
.git/logs
|
|
.git/index
|
|
.git/info
|
|
.git/hooks
|
|
|
|
# rsshub auxiliary files
|
|
lib/routes/**/radar.js
|