diff --git a/clients/valleywide/.gitignore b/clients/valleywide/.gitignore new file mode 100644 index 00000000..e6d97af8 --- /dev/null +++ b/clients/valleywide/.gitignore @@ -0,0 +1,18 @@ +# 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/**/*.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