From b8cbc9de4eee8df2fba790668b72d10c9708187b Mon Sep 17 00:00:00 2001 From: maropboia <164220066+maropboia@users.noreply.github.com> Date: Fri, 3 May 2024 11:38:21 +0600 Subject: [PATCH] comment --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitignore b/.gitignore index d67478582..f7b63f826 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,30 @@ +# This line ignores the entire .vitepress/dist directory and its contents **/.vitepress/dist + +# This line ignores the entire .vitepress/cache directory and its contents **/.vitepress/cache + +# This line ignores the node_modules directory and its contents node_modules + +# These lines ignore any files ending with .log *.log* + +# This line ignores the .nitro directory and its contents .nitro + +# This line ignores the .cache directory and its contents .cache + +# This line ignores the .output directory and its contents .output + +# This line ignores the .env file .env + +# This line ignores the dist directory and its contents dist + +# This line ignores the .eslintcache file .eslintcache +