Skip to content

Commit 677ad09

Browse files
arnavbkeon
authored andcommittedFeb 15, 2019
Remove the .vscode folder and add it to .gitignore (keon#478)
1 parent f5ce7be commit 677ad09

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
 

‎.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__pycache__/
22
*.py[cod]
3-
*.iml
4-
*.xml
3+
*.iml
4+
*.xml
55
.idea/
66
.cache/
77
.pytest_cache/
@@ -13,3 +13,5 @@ __pycache__/
1313
/*.egg
1414
# docs
1515
build/
16+
17+
.vscode/

‎.vscode/settings.json

-3
This file was deleted.

0 commit comments

Comments
 (0)