From 2c6d8f25102311d697c31d2c21cc832faea7c766 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Mon, 4 Dec 2023 22:54:38 -0800 Subject: [PATCH] Adding xdp to gitignore becuase that exists for some reason. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 77f68f1..88ad69d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ node_modules /package .env .env.* +*.xdp* !.env.example .vercel .output