From 6c96398c75e8337a875fe7103002f3fa7cc83fb8 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 23 Jan 2021 14:06:59 -0600 Subject: [PATCH] Ignore json files in static --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4e87194..c7e9422 100644 --- a/.gitignore +++ b/.gitignore @@ -84,10 +84,6 @@ dist # Other /static/app-list.json /README-temp.md -/static/game-list.json -/static/homebrew-list.json -/static/video-list.json -/static/eleventy-endpoints.json -/static/nuxt-endpoints.json +/static/**/*.json /commits-data.json .DS_Store