ignore VS stuff

This commit is contained in:
randogoth 2023-05-28 16:31:31 +03:00
parent 6d4b8c8e86
commit 249de6f98d
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View file

@ -2,4 +2,5 @@ __pycache__/
*.iml *.iml
.idea/ .idea/
.venv/ .venv/
.vscode
debug.log debug.log

View file

@ -1,5 +0,0 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"develop"
]
}