Skip to content

Commit

Permalink
Chore/ignore vscode setting (langgenius#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjoel authored Jun 5, 2023
1 parent 5f38214 commit a838ba7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ dmypy.json
.idea/'

.DS_Store
.vscode/setting.json

# Intellij IDEA Files
.idea/
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a838ba7

Please sign in to comment.