mirror of
https://github.com/imsyy/DailyHotApi.git
synced 2026-01-12 05:04:56 +08:00
🦄 refactor: Refactoring using hono
This commit is contained in:
@@ -1,15 +1,37 @@
|
||||
node_modules
|
||||
npm-debug.log
|
||||
Dockerfile*
|
||||
docker-compose*
|
||||
.dockerignore
|
||||
.git
|
||||
# folders
|
||||
.devcontainer
|
||||
.github
|
||||
.gitignore
|
||||
README.md
|
||||
LICENSE
|
||||
.husky
|
||||
.idea
|
||||
.vscode
|
||||
dist
|
||||
build
|
||||
images
|
||||
script
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user