-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.vscodeignore
More file actions
42 lines (35 loc) · 621 Bytes
/
Copy path.vscodeignore
File metadata and controls
42 lines (35 loc) · 621 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
# VS Code ignore file - Excludes files from VS Code workspace indexing and analysis
# Node modules
node_modules/
**/node_modules/
**/node_modules/**
# Build outputs
dist/
out/
build/
release/
coverage/
# Cache directories
.cache/
.vscode-test/
.nyc_output/
# Log files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# TypeScript declaration files from node_modules
node_modules/**/*.d.ts
**/node_modules/**/*.d.ts
# Specific problematic packages
node_modules/@typescript-eslint/
node_modules/@types/
node_modules/typescript/