Chore/ignore vscode setting (#293)

This commit is contained in:
Joel 2023-06-05 10:15:16 +08:00 committed by GitHub
parent 5f38214a41
commit a838ba7b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -130,6 +130,7 @@ dmypy.json
.idea/'
.DS_Store
.vscode/setting.json
# Intellij IDEA Files
.idea/

View File

@ -23,6 +23,9 @@ The `pages/api` directory is mapped to `/api/*`. Files in this directory are tre
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Lint Code
If your ide is VSCode, rename `web/.vscode/settings.example.json` to `web/.vscode/settings.json` for lint code setting.
## Learn More
To learn more about Next.js, take a look at the following resources: