-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (41 loc) · 705 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (41 loc) · 705 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
# Dependencies
node_modules/
# Build outputs
out/
assets/
.desktop-test-out/
.vscode-test/
*.vsix
# Temporary files
.tmp/
*.local
*.log
# Test files
exampleFiles/
mySolidTest/
deno/
# Generated files
src/vendor/file-type-supported.ts
# OS files
.DS_Store
Thumbs.db
# IDE
.idea/
*.swp
*.swo
# Archives
*.zip
tmp/
.worktrees/
# Local browser/extension test harness (not part of the repo)
.playwright-mcp/
.vscode-test-web/
_repro_*.html
_endpoint_bundle.mjs
vscode-web-test-db.png
docs/superpowers/
docs/security/
test_db/
# Security scan exports. These enumerate unfixed vulnerabilities in a shipped
# extension; publishing one to a public repo would disclose them before a fix ships.
c-sec-scan/