반응형
.gitignore 파일을 생성한다.
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
반응형
'개발자정보' 카테고리의 다른 글
html react 변환 for (1) | 2024.12.10 |
---|---|
React Network Error 해결 방법 (0) | 2024.10.02 |
redirect in react 18에 오류 해결 방법 (1) | 2024.09.24 |
This expression is not callable. Type 'typeof import("X:/xxx/node_modules/date-fns/format")' has no call signatures. (0) | 2024.09.11 |
React, Module '"react-i18next"' has no exported member 'TFunction'. 오류 해결 (0) | 2024.09.11 |