From a71a8f3574e99a193a27009cde980d2dc38300b5 Mon Sep 17 00:00:00 2001 From: d-s Date: Thu, 23 Mar 2023 22:22:10 +0100 Subject: remove more lgacy files and change gitignore --- .gitignore | 38 ++------------------------------------ 1 file changed, 2 insertions(+), 36 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2b8ae99..e29891b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,3 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc .DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* -.pnpm-debug.log* - -# local env files -.env*.local - -# vercel -.vercel - -# typescript -*.tsbuildinfo - -public/ +.hugo_build.lock +public -- cgit v1.2.3