add VSC
This commit is contained in:
parent
088a3fb2a0
commit
bef6737138
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
# Created by https://www.gitignore.io/api/vim,python
|
# Created by https://www.gitignore.io/api/vim,python,visualstudiocode
|
||||||
|
|
||||||
### Python ###
|
### Python ###
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
@ -113,5 +113,13 @@ Session.vim
|
|||||||
# auto-generated tag files
|
# auto-generated tag files
|
||||||
tags
|
tags
|
||||||
|
|
||||||
|
### VisualStudioCode ###
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.history
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/vim,python
|
|
||||||
|
# End of https://www.gitignore.io/api/vim,python,visualstudiocode
|
||||||
|
Loading…
Reference in New Issue
Block a user