new portfolio yay!

This commit is contained in:
2024-07-16 19:27:10 -05:00
parent 88bd40c942
commit 786c414eb3
40 changed files with 6496 additions and 430 deletions

45
.gitignore vendored
View File

@ -1,21 +1,36 @@
node_modules
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Output
.output
.vercel
/.svelte-kit
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# OS
# misc
.DS_Store
Thumbs.db
*.pem
# Env
.env
.env.*
!.env.example
!.env.test
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts