Skip to content
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
32 changes: 32 additions & 0 deletions Sprint-4/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

env.*

env
pages

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?


**/.DS_Store
25 changes: 25 additions & 0 deletions Sprint-4/.vite/deps/_metadata.json
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요 .vite/deps 는 pr 에 안올라와도 됐었을 것 같습니다!

ignore에 들어가면 좋았을 것 같아서 다음에는 잘 확인해주시면 감사하겠습니다.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"hash": "915617bf",
"configHash": "cf074744",
"lockfileHash": "380a7546",
"browserHash": "8a836b80",
"optimized": {
"react": {
"src": "../../node_modules/react/index.js",
"file": "react.js",
"fileHash": "ece81a52",
"needsInterop": true
},
"react-dom/client": {
"src": "../../node_modules/react-dom/client.js",
"file": "react-dom_client.js",
"fileHash": "15498660",
"needsInterop": true
}
},
"chunks": {
"chunk-O5RE5CKT": {
"file": "chunk-O5RE5CKT.js"
}
}
}
Loading