From c2b6f14ff3c02db76c4dee93dc28b47b7d7d0d6a Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Thu, 8 Feb 2024 20:01:03 +0000 Subject: Add notes.md to .gitignore I'll use this file to store notes about the specific deployments I have. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5e03b1f..7d1d58d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .swp inventory +notes.md -- cgit v1.2.3