-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vscodeignore
More file actions
64 lines (56 loc) · 1.07 KB
/
.vscodeignore
File metadata and controls
64 lines (56 loc) · 1.07 KB
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
58
59
60
61
62
63
64
# Development files
.vscode/**
.vscode-test/**
.gitignore
.yarnrc
.claude/**
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
package-lock.json
# Source (only include compiled output)
src/**
**/*.map
**/*.ts
!out/**/*.d.ts
# Test files
test/**
tests/**
**/*.test.js
**/*.test.ts
# Build artifacts
*.vsix
.trendai-scans/**
# Dev dependencies
node_modules/@types/**
node_modules/@typescript-eslint/**
node_modules/@vscode/vsce/**
node_modules/eslint/**
node_modules/eslint-*/**
node_modules/typescript/**
# Clean up node_modules
node_modules/.bin/**
node_modules/**/test/**
node_modules/**/tests/**
node_modules/**/LICENSE*
node_modules/**/license*
node_modules/**/CHANGELOG*
node_modules/**/changelog*
node_modules/**/HISTORY*
node_modules/**/README*
node_modules/**/readme*
node_modules/**/example/**
node_modules/**/examples/**
node_modules/**/docs/**
node_modules/**/.github/**
node_modules/**/.travis.yml
node_modules/**/.eslintrc*
node_modules/**/.prettierrc*
node_modules/**/tsconfig.json
node_modules/**/*.md
# OS files
.DS_Store
Thumbs.db
*.log
./claude/
CLAUDE.md