From c618bd4139d9592707f2bc52fb6f8571a5951e57 Mon Sep 17 00:00:00 2001 From: Michael Milette Date: Fri, 26 Apr 2024 11:30:17 -0400 Subject: [PATCH] Added *.patches to .gitignore. --- .gitignore | 3 +++ CHANGELOG.md | 1 + 2 files changed, 4 insertions(+) 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.