Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setupdev #23

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .vercel/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
> Why do I have a folder named ".vercel" in my project?
The ".vercel" folder is created when you link a directory to a Vercel project.

> What does the "project.json" file contain?
The "project.json" file contains:
- The ID of the Vercel project that you linked ("projectId")
- The ID of the user or team your Vercel project is owned by ("orgId")

> Should I commit the ".vercel" folder?
No, you should not share the ".vercel" folder with anyone.
Upon creation, it will be automatically added to your ".gitignore" file.
1 change: 1 addition & 0 deletions .vercel/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"orgId":"team_Zn7Jx7S4UrgQa3iWcQuOym7E","projectId":"prj_2DzNpGAINd8D2ha9Z7gReK6AiTiX"}
Submodule Squad56_AryaPatil_Capstone_ConnectBloom added at b1ece1
12 changes: 12 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ pnpm-debug.log*
lerna-debug.log*

/node_modules

node_modules
package-lock.json
dist
dist-ssr
Expand All @@ -27,3 +29,13 @@ dist-ssr
.vercel

.vercel

# Ignore system files
*.log
*.bak
*.tmp

# Ignore personal files outside the project
/node_modules
/dist
*.env
11 changes: 11 additions & 0 deletions client/.vercel/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
> Why do I have a folder named ".vercel" in my project?
The ".vercel" folder is created when you link a directory to a Vercel project.

> What does the "project.json" file contain?
The "project.json" file contains:
- The ID of the Vercel project that you linked ("projectId")
- The ID of the user or team your Vercel project is owned by ("orgId")

> Should I commit the ".vercel" folder?
No, you should not share the ".vercel" folder with anyone.
Upon creation, it will be automatically added to your ".gitignore" file.
1 change: 1 addition & 0 deletions client/.vercel/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"orgId":"team_Zn7Jx7S4UrgQa3iWcQuOym7E","projectId":"prj_6SnNatgDSG1ccflwYCPXHOjCh8IM"}
2 changes: 1 addition & 1 deletion client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
import Sale from './components/Sale.jsx';
import Homepage from './components/homepage.jsx';
import UserLoginPage from './components/Userloginpage.jsx';
import Navbar from './components/Nav.jsx';
import Navbar from './components/Navb.jsx';
import Favpage from './components/Favpage.jsx';
import Signup from './components/Signup.jsx';
import { FavoritesProvider } from './context/FavoritesContext.jsx';
Expand Down
File renamed without changes.
12 changes: 12 additions & 0 deletions server/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@

/node_modules

/node_modules
.env
84603906b72a16ab4091113c3dd50b5d3711f52a


/node_modules

/node_modules
.env

4f196d8c20c6cb4fce1a735895a19b73a143b3c7
package-lock.json