From 8a8e3f292d7ec05df0d02f7a149b3ac391c35483 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 18 Sep 2024 15:14:42 +0200 Subject: [PATCH] Ignore build files and cache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3c3629e..377d23e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ node_modules +.next +.DS_Store \ No newline at end of file