-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vscodeignore
More file actions
65 lines (59 loc) · 1.01 KB
/
Copy path.vscodeignore
File metadata and controls
65 lines (59 loc) · 1.01 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
65
.vscode/**
.vscode-test/**
src/**
!src/locales/**
test/**
out/**
coverage/**
.github/**
.claude/**
# Config files
.gitignore
.yarnrc
.editorconfig
tsconfig.json
esbuild.js
.eslintrc.json
eslint.config.mjs
.prettierrc
.env
.env.*
# Security
*.pem
*.key
# Build artifacts
*.vsix
nul
# Test files
test.db
*.db
tmpclaude-*
# Documentation (except README)
*.md
!README.md
!CHANGELOG.md
# Dev dependencies - exclude these from node_modules
node_modules/.bin/**
node_modules/.cache/**
node_modules/@types/**
node_modules/@typescript-eslint/**
node_modules/@vscode/**
node_modules/@eslint/**
node_modules/typescript/**
node_modules/eslint/**
node_modules/esbuild/**
node_modules/mocha/**
node_modules/glob/**
node_modules/npm-run-all/**
node_modules/**/test/**
node_modules/**/tests/**
node_modules/**/__tests__/**
node_modules/**/docs/**
node_modules/**/doc/**
node_modules/**/example/**
node_modules/**/examples/**
node_modules/**/.github/**
node_modules/**/*.md
node_modules/**/*.ts
!node_modules/**/*.d.ts
node_modules/**/*.map