diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..3019ed41 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto + +/.github export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +CHANGELOG.md export-ignore diff --git a/.gitignore b/.gitignore index 849425fe..e769bbd9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,14 +8,25 @@ node_modules # testing coverage +# cypress +cypress/screenshots/ +cypress/videos/ + # next.js .next/ out/ -build +build/ +local/ + +# next-sitemap +public/robots.txt +public/sitemap.xml +public/sitemap-*.xml # misc .DS_Store *.pem +Thumbs.db # debug npm-debug.log* @@ -31,3 +42,6 @@ yarn-error.log* # turbo .turbo + +# vercel +.vercel diff --git a/.templatesyncignore b/.templatesyncignore new file mode 100644 index 00000000..1b763b1b --- /dev/null +++ b/.templatesyncignore @@ -0,0 +1 @@ +CHANGELOG.md diff --git a/assets/logo.gh-dark-mode-only.png b/assets/logo.gh-dark-mode-only.png new file mode 100644 index 00000000..9d695eaf Binary files /dev/null and b/assets/logo.gh-dark-mode-only.png differ diff --git a/assets/logo.gh-light-mode-only.png b/assets/logo.gh-light-mode-only.png new file mode 100644 index 00000000..bb3bfde7 Binary files /dev/null and b/assets/logo.gh-light-mode-only.png differ