Finished the first version of the website, still, has some things to do (mentioned on the TODO.md), but the main project is completed.
55 lines
482 B
Plaintext
55 lines
482 B
Plaintext
.prettierrc
|
|
.prettierignore
|
|
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
.eslintrc
|
|
.eslintignore
|
|
|
|
*.scss
|
|
*.css
|
|
*.json
|
|
*.md
|
|
*.d.ts
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
package-lock.json
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
next-env.d.ts
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
|
|
.vercel
|