diff --git a/.gitignore b/.gitignore index cbb219d..9b348ed 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,13 @@ eslint.log /.pnp .pnp.js +# package managers +pnpm-lock.yaml + +# next +.next +out + # testing /coverage diff --git a/public/index.html b/public/index.html index a436479..36cd49c 100644 --- a/public/index.html +++ b/public/index.html @@ -47,6 +47,7 @@ gtag('config', 'G-DM9497FN4V'); +