Skip to content

Commit af20879

Browse files
authored
Update .gitignore to ignore system and IDE files
Add entries to .gitignore to exclude system and IDE files.
1 parent 2606df6 commit af20879

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# --- SystemTester Specific ---
2+
# DO NOT track diagnostic reports (contains sensitive system data)
3+
/Reports/
4+
*.txt
5+
*.csv
6+
*.html
7+
*.json
8+
9+
# DO NOT track the downloaded Sysinternals/GPU tools
10+
# (Users should download these fresh via your script)
11+
/Tools/
12+
*.exe
13+
*.zip
14+
15+
# --- Windows / OS Clutter ---
16+
[Dd]esktop.ini
17+
[Tt]humbs.db
18+
$RECYCLE.BIN/
19+
*.lnk
20+
21+
# --- PowerShell / Development ---
22+
.history.ndjson
23+
__pycache__/
24+
*.log
25+
*.err
26+
/docs/_site/
27+
28+
# --- IDE / Editor Settings ---
29+
.vscode/
30+
.idea/
31+
*.swp
32+
*.bak

0 commit comments

Comments
 (0)