Skip to content

Commit c5ce446

Browse files
author
JeremyAndress
committed
🔨 add exclude files for vscode
1 parent 22897eb commit c5ce446

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/settings.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"python.pythonPath": "env/bin/python3.6",
3+
"files.exclude": {
4+
"**/.git": true,
5+
"**/.svn": true,
6+
"**/.hg": true,
7+
"**/CVS": true,
8+
"**/.DS_Store": true,
9+
"**/__pycache__": true,
10+
"**/env": true
11+
}
12+
}

0 commit comments

Comments
 (0)