mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Ignore the VS Code config directory
This commit is contained in:
parent
82029ac14c
commit
544272aff7
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -93,3 +93,4 @@ htmlcov/
|
|||
Tools/msi/obj
|
||||
Tools/ssl/amd64
|
||||
Tools/ssl/win32
|
||||
.vscode/
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
.purify
|
||||
.svn/
|
||||
^.idea/
|
||||
^.vscode/
|
||||
.DS_Store
|
||||
Makefile$
|
||||
Makefile.pre$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue