From 9fc14cffd05078d7f9e1d3e17e9e2a637100f45d Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Sun, 3 Mar 2024 18:47:18 +0000 Subject: [PATCH] Add Caddyfile to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e6a6fd4..293e931 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,6 @@ next-env.d.ts # Private env files .env + +# Caddyfile for local development when testing weird deploys +/Caddyfile