Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #325 from KopyTKG/Preview
Browse files Browse the repository at this point in the history
Preview
  • Loading branch information
KopyTKG authored Oct 6, 2024
2 parents 5db5841 + 5461673 commit 766b17a
Show file tree
Hide file tree
Showing 88 changed files with 62,984 additions and 51 deletions.
38 changes: 19 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@


# dependencies
/node_modules
/.pnp
.pnp.js
**/node_modules
**/.pnp
**/.pnp.js

package-lock.json
**/package-lock.json

# testing
/coverage
**/coverage

# next.js
/.next/
/out/
**/.next/
**/out/

# production
/build
**/build

# misc
.DS_Store
*.pem
**/.DS_Store
**/*.pem

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

# local env files
.env*.local
.env
**/.env*.local
**/.env

# vercel
.vercel
**/.vercel

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

# seed files
/prisma/seeding
**/prisma/seeding
Loading

0 comments on commit 766b17a

Please sign in to comment.