-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.vscodeignore
More file actions
57 lines (49 loc) · 831 Bytes
/
.vscodeignore
File metadata and controls
57 lines (49 loc) · 831 Bytes
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Salesforce
.sfdx/**
.sf/**
# Ignore TypeScript and build-related files
**/*.map
**/*.ts
tsconfig.tsbuildinfo
tsconfig.json
src/**
sha/**
# development files
.github/**
esbuild.config.js
scripts/**
.yarnrc
.nvmrc
dist/**
# Webview development files
webview/src/**
webview/node_modules/**
webview/public/**
webview/.env*
webview/vite.config.ts
webview/tsconfig.json
webview/package.json
webview/package-lock.json
# Ignore documentation and extra files
CONTRIBUTING/**
SECURITY.md
SHA256.md
changelog.md
vsc-extension-quickstart.md
# ESLint, Prettier, Husky, and Commit Hooks (not needed for runtime)
.eslintignore
.husky/**
.prettierignore
.prettierrc
.eslintrc.json
.editorconfig
.vscode/**
# Ignore tests and linting files
jest.config.js
jest.setup.js
__tests__/**
test/**
coverage/**
# Ignore CVS files
.git/
.gitignore