-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (43 loc) · 696 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (43 loc) · 696 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
51
52
# Build output
[Bb]in/
[Oo]bj/
artifacts/
publish/
# Allow npm package bin dir
!packaging/npm/codescan-cli/bin/
# Git Bash crash dumps
*.stackdump
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
*.DotSettings.user
# IDE settings
.vs/
.vscode/
.idea/
# Local AI/tooling folders
.claude/settings.local.json
.claude/scheduled_tasks.lock
# Test and coverage output
TestResults/
coverage/
*.coverage
*.coveragexml
# NuGet
packages/
*.nupkg
*.snupkg
# OS files
.DS_Store
Thumbs.db
/Prompt/TestFileDB
codescan.db
# harness-view dev artifacts
tmp/
Home/harness-view/.meta-build.log
Home/harness-view/indexes/.meta-build.log
# Playwright MCP snapshots
.playwright-mcp/