-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (34 loc) · 813 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (34 loc) · 813 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
# Dependency directories
node_modules/
.pnpm-store/
# Build artifacts
out/
dist/
*.vsix
# Environment variables (contains sensitive data)
.env
.env.local
# Maintainer-only Open VSX token template (keep local, do not publish)
.env.example
# OS metadata
.DS_Store
Thumbs.db
# VS Code
.vscode-test/
# VS Code personal settings (keep shared configs)
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json
# NPM config (developer-specific)
.npmrc
# Local scripts (allowlist published release helpers)
scripts/*
!scripts/audit-package-list.mjs
!scripts/run-with-publisher.mjs
!scripts/clean-vscode-test.mjs
!scripts/run-electron-tests.mjs
# Maintainer-only release checklist (keep local, do not publish)
UPDATEFLOW.md
# Local design / planning artifacts (not part of the extension)
specs/