From f375e9748522ace8e25dd148b28360dd8b855880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E8=BE=B0=E7=91=9E?= Date: Tue, 4 Jun 2024 00:40:34 +0800 Subject: [PATCH] change gitignore --- .gitignore | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f23f48ca..3e3d5f2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,20 @@ +# vite-ssg +.vite-ssg-dist +.vite-ssg-temp + +temp/ +# temp pages +pages/temp/ + +.DS_Store +*.local +dist +dist-ssr +node_modules +.idea/ +*.log + +components.d.ts # valaxy fuse public/valaxy-fuse-list.json @@ -6,7 +23,7 @@ public/valaxy-fuse-list.json public/feed.xml # valaxy rss -public/atom.xml +public/feed.json # valaxy rss -public/feed.json +public/atom.xml \ No newline at end of file