diff options
Diffstat (limited to '')
-rw-r--r-- | examples/vscode-playground/.vscodeignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/vscode-playground/.vscodeignore b/examples/vscode-playground/.vscodeignore new file mode 100644 index 0000000..ba6eaa1 --- /dev/null +++ b/examples/vscode-playground/.vscodeignore @@ -0,0 +1,10 @@ +.vscode +.gitignore +client/out/*.map +client/src/ +tsconfig.json +tslint.json +package.json +package-lock.json + +.pytest_cache |