Skip to content

gulpfile.js는 .gitignore에 포함하는 것이 맞는 건가요? #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
namwooo opened this issue Jan 10, 2018 · 1 comment
Closed

gulpfile.js는 .gitignore에 포함하는 것이 맞는 건가요? #108

namwooo opened this issue Jan 10, 2018 · 1 comment
Labels

Comments

@namwooo
Copy link

namwooo commented Jan 10, 2018

안녕하세요? 프론트엔트 풋내기입니다.

보통 프론트엔드 작업을 할 때, .gitignore파일에는 .DS_Store, node_modules, build, .sass-cache 을 써줍니다.
gulpfile.js 도 결국 개발 단계에서만 필요한 것이기 때문에 gitignore에 포함시키려합니다. 혹시 배포 단계에서 까지 그 역할이 있진 않은지? 그러면 git으로 관리 해주는게 맞는거 같은대? 헷갈려서 질문을 올립니다. :)

감사합니다.

@namwooo
Copy link
Author

namwooo commented Jan 13, 2018

답을 찾았네요.
나중에 배포하고 나서 gulpfile.js를 가지고 sass, html, css, js 파일들을 빌드 해주기 때문에 소스코드에 포함시키고 git으로 관리 해주는게 좋을 것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants