오윤석

lock 파일 추적 중지

두 개발 환경이 너무 달라 불필요한 오류를 야기함
......@@ -27,3 +27,6 @@ out
node_modules.nosync/
*.env.*
package-lock.json
yarn.lock
\ No newline at end of file
......
node_modules
dist/*
package-lock.json
yarn.lock
\ No newline at end of file
......