From 098287821193b880d5b4747c819de253288441db Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Fri, 5 May 2023 14:20:09 +0800 Subject: [PATCH] chore: update .gitignore --- .gitignore | 3 ++- docs/.gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ffefdde..365f2424 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,9 @@ database.db tmp node_modules -/app.ini +app.ini dist *.exe *.po~ nginx-ui +resources/development/nginx diff --git a/docs/.gitignore b/docs/.gitignore index 4eb110a0..208dda04 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -2,3 +2,4 @@ !.yarn/releases !.yarn/plugins .pnp.* +.vitepress/cache