From 21ab5ad2a8b2d0fe9ab2addb528998663c8ffdbe Mon Sep 17 00:00:00 2001 From: dicethedev Date: Tue, 20 Feb 2024 02:53:57 +0100 Subject: [PATCH] fix the BUG Missing Git Ignore --- .gitignore | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 47557adf..d654dad5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,21 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# production +/docs/dist + +# misc .DS_Store -dist -node_modules -_lib -tsconfig.tsbuildinfo -tsconfig.*.tsbuildinfo -vocs.config.ts.timestamp-* -.vercel -.vocs \ No newline at end of file +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# typescript +*.tsbuildinfo