Ignore vscode files
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -268,4 +268,6 @@ context/
|
||||
collections/ansible_collections/
|
||||
.vault_password
|
||||
secrets.yml
|
||||
.swp
|
||||
.swp
|
||||
# Ignore vscode
|
||||
.vscode/
|
||||
|
||||
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"ansible.python.interpreterPath": "/var/home/ptoal/.virtualenvs/ansible/bin/python"
|
||||
"ansible.python.interpreterPath": "/home/ptoal/.virtualenvs/ansible/bin/python"
|
||||
}
|
||||
Reference in New Issue
Block a user