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
Binary file added .DS_Store
Binary file not shown.
24 changes: 24 additions & 0 deletions react-messenger/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
40 changes: 40 additions & 0 deletions react-messenger/.vite/deps/_metadata.json
Copy link
Member

Choose a reason for hiding this comment

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

vite 빌드 캐시 파일은 깃에 올라오지 않도록 설정해주시면 좋을 거 같아용

Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"hash": "07660bdb",
"configHash": "aa8502f2",
"lockfileHash": "5147c7c0",
"browserHash": "7831cf17",
"optimized": {
"react/jsx-dev-runtime": {
"src": "../../node_modules/react/jsx-dev-runtime.js",
"file": "react_jsx-dev-runtime.js",
"fileHash": "0e953d25",
"needsInterop": true
},
"react": {
"src": "../../node_modules/react/index.js",
"file": "react.js",
"fileHash": "66ed8ec0",
"needsInterop": true
},
"react-dom/client": {
"src": "../../node_modules/react-dom/client.js",
"file": "react-dom_client.js",
"fileHash": "5522eeae",
"needsInterop": true
},
"react-router-dom": {
"src": "../../node_modules/react-router-dom/dist/index.mjs",
"file": "react-router-dom.js",
"fileHash": "8c5e9835",
"needsInterop": false
}
},
"chunks": {
"chunk-QS7ZE27V": {
"file": "chunk-QS7ZE27V.js"
},
"chunk-OBOR3357": {
"file": "chunk-OBOR3357.js"
}
}
}
Loading