diff options
author | d-s <ds@voyager.local> | 2023-03-23 22:22:10 +0100 |
---|---|---|
committer | d-s <ds@voyager.local> | 2023-03-23 22:22:10 +0100 |
commit | a71a8f3574e99a193a27009cde980d2dc38300b5 (patch) | |
tree | c859f5d759bb466dea284b474ef5578e367bd956 /.gitignore | |
parent | d46e194c44a9ddb9f05b7c94f1a3ffad4088d462 (diff) |
remove more lgacy files and change gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 38 |
1 files changed, 2 insertions, 36 deletions
@@ -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 |