diff --git a/.gitignore b/.gitignore index 17ddb62..d62ba8a 100644 --- a/.gitignore +++ b/.gitignore @@ -103,6 +103,9 @@ test.php *.tmp *.temp +##### Git Patches +*.patch + ##### GPG secring.* diff --git a/CHANGELOG.md b/CHANGELOG.md index d5864a4..aa63e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## [1.3.2] - 2024-04-26 (dev) ### Added - GitHub actions CI workflow. +- *.patch to gitignore. ### Updated - Added a little space between the post-submission message and the Continue button. - Smarter continue button URL logic after the form was submitted.