summaryrefslogtreecommitdiff
path: root/extension/.vscodeignore
blob: 51d6658502be99f3f02c55f2642c4e8597ac2c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.vscode/**
.vscode-test/**
build/**
src/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
scripts/env/**
scripts/.env
**/.env
**/env
**/node_modules

react-app/node_modules
react-app/public
react-app/src

**/.pytest_cache
**/__pycache__

scripts/data
scripts/env
scripts/.continue_env_installed

server/exe/**