From 0469db471da8f274bb3e56a9eeffa12599e29255 Mon Sep 17 00:00:00 2001 From: kirito Date: Sun, 25 Aug 2024 14:30:09 +0800 Subject: [PATCH] ignore json files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6d83673..40fd7d5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ node_modules # Ignore files related to API keys .env +#Ignore json files +*.json + # Ignore SASS config files .sass-cache