fixed .gitignore
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ Cargo.lock
|
||||
**/*.rs.bk
|
||||
*.pdb
|
||||
**/__pycache__/
|
||||
.vscode/
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
|
||||
# program-created data
|
||||
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"editor.tabSize": 2,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.detectIndentation": false
|
||||
}
|
||||
Reference in New Issue
Block a user