-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (28 loc) · 876 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (28 loc) · 876 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
# Build output
bin/
obj/
publish/
publish-standalone/
installer/Output/
# Release staging, built by .github/workflows/release.yml
dist/
# IDE
.vs/
*.user
*.suo
# Scratch space for the subagent-driven execution of these plans
.superpowers/
# The German design and planning documents stay local. They carry the author's name,
# home directory and internal decision notes, none of which belong in a public repo.
docs/superpowers/
# Analysis: the measurements are published because docs/discovery.md cites them.
# The ACPI dumps are not: 4.5 MB of Huawei firmware, and anyone can produce their
# own with tools/Dump-AcpiTables.ps1.
analysis/*
!analysis/*.csv
!analysis/*.jsonl
!analysis/*.txt
# Belt and braces: Dump-AcpiTables.ps1 defaults to analysis/acpi, but -OutDir points
# anywhere, and a stray firmware dump is exactly what the rule above exists to stop.
*.aml
*.dsl