Ignore vscode files

This commit is contained in:
2024-01-01 19:29:01 -05:00
parent 19f498e091
commit 51709f6ee9
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -269,3 +269,5 @@ collections/ansible_collections/
.vault_password
secrets.yml
.swp
# Ignore vscode
.vscode/

View File

@@ -1,3 +1,3 @@
{
"ansible.python.interpreterPath": "/var/home/ptoal/.virtualenvs/ansible/bin/python"
"ansible.python.interpreterPath": "/home/ptoal/.virtualenvs/ansible/bin/python"
}