From e497e47554f914ff2c18be88c23750e3b02ea19c Mon Sep 17 00:00:00 2001 From: carpentryplus25 Date: Thu, 26 Feb 2026 14:14:03 -0500 Subject: [PATCH] Added .gitignore, Removed old legacy Images directory and creation function call, Updated Paypal express checkout anti-spam blocks --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) delete mode 100644 .DS_Store create mode 100644 .gitignore diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 62ab4d472933a7c8e43c61dfd423b018a08a3ae5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHLu};G<5Iv_ADrG4fW4-{DD6+K^PMcRrs z#~~^pn>(X9<#bQA{Y$bU!GiH%1Q*!e;g=eGLqyN0#P5!tu;V2yspLK1aojsNL5*|T z;M`Dx3@JU(8tm>26J+SsG8|!jIamwK>YuRPY_!3uHWKSaZp3Db@iZ;+(vL{h7|)A1 z)?9;+=;dwo`gw`4y_os0G3Bx~Pi;zTngXVPDR4jv;LK(loCsQN3YY?>z*Yf%KZGcZ zkzyt2Umd9Y6#&?W+Z)<^mtan)7%5hQ7=byV0)^`Iis6I~f2eVhVkIbad|di2Ii1<* z4aND{kw4V&NYH9iz!YdI(39?n&;P5R@BdAb^-KX%;9n`=`tdZz-z_+FyN%D<5akwy ojpHi8Ed>pK6eE_8;xiO)@Q2(0Mv9dnJTUtZ@G@9s3jC=8-(C7?_W%F@ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00d2632 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# macOS junk +.DS_Store +.AppleDouble +.LSOverride +._* +Icon +Icon\r +.VolumeIcon.icns +.com.apple.timemachine.donotpresent +.fseventsd +.TemporaryItems +.Trashes +.Spotlight-V100 + +# WordPress / WooCommerce / plugin dev junk +*.log +error_log +.htaccess +wp-config.php +wp-content/uploads/* +!wp-content/uploads/.gitkeep # optional if you want empty uploads folder + +# Editor / IDE files +.idea/ +.vscode/ +*.sublime-project +*.sublime-workspace + +# Build / temp files +node_modules/ +vendor/ +*.min.js +*.min.css