-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (41 loc) · 1.06 KB
/
.gitignore
File metadata and controls
49 lines (41 loc) · 1.06 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
# Build output
build/
build-*/
**/build/
# IDE / editor
.vs/
.vscode/
*.user
CMakeUserPresets.json
# Claude Code worktrees / helper scripts
.claude/worktrees/
.claude/update-paths.py
.claude/scheduled_tasks.lock
# Local build-script helpers used by Claude Code workers (vcvars wrappers).
# Each worker generates its own; not part of the canonical build interface.
_build*.bat
_run_*.bat
_run_*.sh
_tmp_*.bat
_tmp_*.ps1
_tmp_*.log
_logs_*.log
_gtk_smoke.c
_run_gtk_bg.sh
_mpapp_spike.log
_add_registrars.py
# Stray path-mangled log file that occasionally lands in the worktree
# when a WSL `>` redirect interprets a Windows path literally.
D:GitHubMPAPP_logs_*.log
# УИСС reference screens — saved portal pages (examples/УИСС/*.mhtml)
# contain real personal data; kept local only. The reference content is
# transcribed + anonymized into examples/uiss/uiss/data.hpp.
examples/УИСС/
# OS
Thumbs.db
.DS_Store
# Windows v143 build investigation logs (T-0067)
/*.log
# dotnet FlaUI uitest build outputs
examples/uiss/winui/uitest/bin/
examples/uiss/winui/uitest/obj/