浏览代码

Chore/ignore vscode setting (#293)

tags/0.3.2
Joel 2 年前
父节点
当前提交
a838ba7b46
没有帐户链接到提交者的电子邮件
共有 3 个文件被更改,包括 4 次插入0 次删除
  1. 1
    0
      .gitignore
  2. 0
    0
      web/.vscode/settings.example.json
  3. 3
    0
      web/README.md

+ 1
- 0
.gitignore 查看文件

@@ -130,6 +130,7 @@ dmypy.json
.idea/'

.DS_Store
.vscode/setting.json

# Intellij IDEA Files
.idea/

web/.vscode/settings.json → web/.vscode/settings.example.json 查看文件


+ 3
- 0
web/README.md 查看文件

@@ -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:

正在加载...
取消
保存