.cache .DS_Store node_modules dist
git init
git status
git add .
git commit -m 'Create project'
git log
git remote add origin 저장소 주소
git push origin master