Add .vscode to gitignore

This commit is contained in:
joo 2020-08-17 05:40:40 +02:00
parent 84df884ca4
commit 3723655fa3
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -81,5 +81,8 @@ target/
# sftp configuration file
sftp-config.json
### Visual Studio
.vscode
### pyCraft ###
credentials

View File

@ -1,3 +0,0 @@
{
"python.formatting.provider": "none"
}