commit bd3b2fc5837b17175b32fb48f6898768429f7763 Author: mechstan Date: Thu Mar 13 18:16:34 2025 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f91721 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + diff --git a/README.md b/README.md new file mode 100644 index 0000000..d000579 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# GenericWpfApp + +Generic WPF Application \ No newline at end of file