Skip to content

Commit

Permalink
Add .vscode to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed May 12, 2019
1 parent d52f990 commit 1a6b508
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,14 @@ atlassian-ide-plugin.xml
*.swp
*.kate-swp
.ropeproject/
.vscode

# pip
pip-selfcheck.json

# Python3 Venv Files
.venv/
pyvenv.cfg

# mypy
.mypy_cache

0 comments on commit 1a6b508

Please sign in to comment.