From 9f6db78771b2fb0ed8d74cc256cba8e7aec247ec Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 9 May 2022 15:12:31 -0500 Subject: [PATCH] Ignore static toml and st files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4107cc7..dfc7a9e 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,8 @@ dist /static/app-list.json /README-temp.md /static/**/*.json +/static/**/*.toml +/static/**/*.st /commits-data.json .DS_Store /static/tailwind.css