Remove .vscode folder!!

This commit is contained in:
Sam Al-Sapti 2025-02-25 00:03:51 +01:00
parent a79b29e551
commit f6c3ad9d0d
No known key found for this signature in database
GPG key ID: CBBBE7371E81C4EA
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View file

@ -4,4 +4,5 @@
*.log *.log
.idea/ .idea/
.ansible/ .ansible/
.vscode/
venv/ venv/

View file

@ -1,3 +0,0 @@
{
"ansible.python.interpreterPath": "/bin/python"
}