-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (38 loc) · 1.85 KB
/
Copy path.gitignore
File metadata and controls
45 lines (38 loc) · 1.85 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
# ── Auto-generated report files ──────────────────────────────────────────────
# These are created by Check-System.ps1 and Fix.ps1 at runtime.
# They may contain client-specific system information and should never
# be committed to the repository.
PNWC_Detection_Report_*.txt
PNWC_Remediation_Report_*.txt
# Any other timestamped report output
*_Report_*.txt
*_Report_*.log
# ── General log files ─────────────────────────────────────────────────────────
*.log
# ── Malware samples — NEVER commit these ─────────────────────────────────────
# Hashes and metadata belong in indicators.md. Binaries do not belong here.
*.exe
*.msi
*.dll
*.scr
*.sys
*.bin
*.dat
# ── Windows noise ─────────────────────────────────────────────────────────────
Thumbs.db
Desktop.ini
$RECYCLE.BIN/
# ── macOS noise ───────────────────────────────────────────────────────────────
.DS_Store
.AppleDouble
.LSOverride
# ── Editor / IDE files ────────────────────────────────────────────────────────
.vscode/
.idea/
*.suo
*.user
*.code-workspace
# ── Temporary / scratch files ─────────────────────────────────────────────────
*.tmp
*.temp
~$*