Skip to content

Commit

Permalink
Stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Rouiller authored and Raphael Rouiller committed Aug 11, 2024
1 parent 905f319 commit 1d831ef
Show file tree
Hide file tree
Showing 20 changed files with 2,745 additions and 716 deletions.
38 changes: 38 additions & 0 deletions vercel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

.vercel
52 changes: 0 additions & 52 deletions vercel/README.md

This file was deleted.

Loading

0 comments on commit 1d831ef

Please sign in to comment.