From de75d1c71fc1428f6bd18c5939e719a51a5b9694 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 7 May 2024 12:03:28 +0100 Subject: [PATCH] Ignore built files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9c077d8..d818df7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,12 +9,14 @@ /build/ # ------------------------ -# DEPLOYMENT +# BUILT FILES # ------------------------ +dist/ .vercel/ .netlify/ .webpack/ .serverless/ +.astro/ # ------------------------ # DEPENDENCIES