UNPKG
arepl
Version:
latest (0.1.3)
0.1.3
real-time python scratchpad
github.com/almenon/arepl-vscode
almenon/arepl-vscode
arepl
/
.vscodeignore
15 lines
(13 loc)
•
230 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# note: to ignore folders you need to have /** after foldername
# just foldername wont work
.vscode/** .vscode-test/** out/test/** test/** src/** **
/*.map .gitignore/
** tsconfig.json .github personal/** .travis.yml