Skip to content

Commit

Permalink
chore: Add .vscode file into .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Jul 25, 2024
1 parent fcfce02 commit 5d5342e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.vscode/settings.json
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"restructuredtext.preview.docutils.disabled": true,
"python.analysis.typeCheckingMode": "basic",
"iis.configDir": "",
"python.analysis.autoImportCompletions": true
"python.analysis.autoImportCompletions": true,
"restructuredtext.pythonRecommendation.disabled": true
}

0 comments on commit 5d5342e

Please sign in to comment.