From 700304b466690692e49ca9fad836a540fda5be75 Mon Sep 17 00:00:00 2001 From: Hare Date: Tue, 3 Sep 2024 06:52:35 +0900 Subject: [PATCH] chore: Add key files to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4aeef5b..cb27c21 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ node_modules postgres +key +key.pub + # Output .output .vercel