48 lines
532 B
Plaintext
48 lines
532 B
Plaintext
# folders
|
|
.devcontainer
|
|
.github
|
|
.husky
|
|
.idea
|
|
.vscode
|
|
Dockerfile*
|
|
LICENSE
|
|
Procfile
|
|
app-minimal
|
|
assets
|
|
coverage
|
|
docs
|
|
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/objects
|
|
.git/index
|
|
.git/info
|
|
.git/hooks
|
|
|
|
#rsshub auxiliary files
|
|
lib/radar-rules.js
|
|
lib/v2/**/radar.js
|