commit a71a8f3574e99a193a27009cde980d2dc38300b5 parent d46e194c44a9ddb9f05b7c94f1a3ffad4088d462 Author: d-s <ds@voyager.local> Date: Thu, 23 Mar 2023 22:22:10 +0100 remove more lgacy files and change gitignore Diffstat:
M | .gitignore | | | 38 | ++------------------------------------ |
D | .hugo_build.lock | | | 0 |
2 files changed, 2 insertions(+), 36 deletions(-)
diff --git 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 diff --git a/.hugo_build.lock b/.hugo_build.lock