We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af20879 commit 54fda26Copy full SHA for 54fda26
1 file changed
.gitignore
@@ -1,18 +1,20 @@
1
# --- SystemTester Specific ---
2
-# DO NOT track diagnostic reports (contains sensitive system data)
+# Ignore the generated reports (contains private system info!)
3
/Reports/
4
+/Logs/
5
*.txt
6
*.csv
7
*.html
8
*.json
9
-# DO NOT track the downloaded Sysinternals/GPU tools
10
-# (Users should download these fresh via your script)
+# Ignore the Sysinternals binaries
11
+# (Users should download these fresh via the script)
12
/Tools/
13
*.exe
14
*.zip
15
+*.msi
16
-# --- Windows / OS Clutter ---
17
+# --- Windows System Clutter ---
18
[Dd]esktop.ini
19
[Tt]humbs.db
20
$RECYCLE.BIN/
0 commit comments