Drive 3 (12 TB, 11.99 TB used, only 43 GB free) — third VWP backup rotation drive. Per Mike, all three drives are rotation copies; content largely overlaps. Net-new content vs drives 1 and 2: - D:\WIN7-Orders\Darv-2\VWP1.VHDX (117 GB, 2023-09-01) — Hyper-V disk named "VWP1" in a Darv-2 folder. Likely Darv's later workstation. Strongest candidate for finding any 2021-2023 source code that postdates our 2020-06-09 ORDERS_C.vbp baseline. Not copied. - D:\WIN7-Orders\WindowsImageBackup\VWIN7-PC\...vhd (22 GB) — Windows Image Backup of the VWIN7-PC machine, dated 2023-08-31. - D:\VWP-FIN\ (~44 GB) — Finance machine backups + RAR archives. Not relevant to Orders modernization but useful for QuickBooks context. SourceSafe search: - 1224 SourceSafe-related matches but ALL are Visual Studio install directories (Microsoft Visual Studio\Common\VSS\) and .SCC sentinel files. No srcsafe.ini (actual repository) anywhere on this drive. The SourceSafe repo is on a different drive (likely Darv's personal drive, not in the office rotation). Source code: - No .vbp newer than 2020-06-09 baseline. Same TEST_VWP.vbp scaffold from drive 2 (2021-08-16, 810 bytes) present here too. Updated .gitignore: added *.vhd (was missing — only had *.vhdx). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
20 lines
685 B
Plaintext
20 lines
685 B
Plaintext
# VWP app-modernization heavy / regenerable binaries — kept local, not pushed to Gitea
|
|
# Source code text files DO get committed; this is just the bulk binary/data stuff.
|
|
|
|
# VM disk images (Darv's dev VM + XP runtime VMs)
|
|
app-modernization/**/*.vdi
|
|
app-modernization/**/*.vhd
|
|
app-modernization/**/*.vhdx
|
|
app-modernization/**/*.vmdk
|
|
app-modernization/**/*.ova
|
|
app-modernization/**/*.vbox
|
|
|
|
# Access databases (live VWP.mdb + historical backups)
|
|
app-modernization/**/*.mdb
|
|
app-modernization/**/*.accdb
|
|
app-modernization/**/*.mde
|
|
app-modernization/**/*.accde
|
|
|
|
# Raw WizTree exports (regenerable; per-drive analysis CSVs in source-analysis/ are committed)
|
|
app-modernization/WizTree_*.csv
|