Skip to content

Commit

Permalink
Merge branch 'main' into members_david-001
Browse files Browse the repository at this point in the history
  • Loading branch information
david-001 committed Oct 4, 2024
2 parents 1b44367 + 3fc1a83 commit 230c32e
Show file tree
Hide file tree
Showing 543 changed files with 21,940 additions and 63,854 deletions.
7 changes: 7 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,13 @@
"avatar_url": "https://avatars.githubusercontent.com/u/76045918?v=4",
"profile": "https://github.com/Zooglon",
"contributions": ["content"]
},
{
"login": "manya706",
"name": "Manya Sharma",
"avatar_url": "https://avatars.githubusercontent.com/u/96016153?v=4",
"profile": "https://github.com/manya706",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
Expand Down
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#
# Local url:
URL='http://localhost:9000'
PNPM_FLAGS=--shamefully-hoist

# IMGIX:
# By default, imgix is disabled locally. Uncomment the following line to view images through imgix:
Expand Down
9 changes: 0 additions & 9 deletions .eslintrc.js

This file was deleted.

6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off"
}
}
87 changes: 0 additions & 87 deletions .github/workflows/codesee-arch-diagram.yml

This file was deleted.

29 changes: 28 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ node_modules
/assets.json
/.env
/.cache

/.pnp
.pnp.js
.yarn/install-state.gz


/netlify/functions/server
Expand All @@ -18,3 +20,28 @@ node_modules
/app/styles
/.tmp
/app/tailwind.css

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

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

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
public-hoist-pattern[]=*
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16
20.17
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 18.16.0
pnpm 8.5.0
nodejs 20.17.0
pnpm 9.9.0
67 changes: 23 additions & 44 deletions README.md

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions app/_generatedData/.gitignore

This file was deleted.

Loading

0 comments on commit 230c32e

Please sign in to comment.