mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 05:04:56 +08:00
38 lines
419 B
Plaintext
38 lines
419 B
Plaintext
# folders
|
|
.devcontainer
|
|
.github
|
|
.husky
|
|
.idea
|
|
.vscode
|
|
Dockerfile*
|
|
LICENSE
|
|
Procfile
|
|
node_modules
|
|
test
|
|
|
|
# files
|
|
.codecov.yml
|
|
.dockerignore
|
|
.editorconfig
|
|
.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
|