Browse Source

fix: ignore VSCode setting.json path (#297)

tags/0.3.2
Joel 2 years ago
parent
commit
2de18a6490
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .gitignore

+ 1
- 1
.gitignore View File

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

.DS_Store
.vscode/setting.json
web/.vscode/settings.json

# Intellij IDEA Files
.idea/

Loading…
Cancel
Save