📚 Reference
📜 Chapter
node_modules
public
src
.gitignore
package.json
README.md
yarn.lock
예시 1
.gitignore
App.js (App.tsx)
context
hoc
lib
node_modules
package.json
package-lock.json (yarn.lock)
public
├── index.html
└── data (mock data관리)
services
src
├── assets
├── components
└── pages
store
styles
utils
.gitignore
파일에 github에 올리고 싶지 않은 폴더와 파일을 작성할 수 있다..gitignore
파일에 작성된 폴더와 파일은 올라가지 않는다.