N
N
ndsdmfwg2014-03-01 01:18:11
git
ndsdmfwg, 2014-03-01 01:18:11

How to unravel the purpose of hidden directories by looking at .gitignore?

Walking around https://github.com/github/gitignore/ (typical .gitignore) and trying to understand the thoughts of the project technologists. I'm trying to determine the purpose of hidden directories at https://github.com/github/gitignore/blob/master/Ye... ( .gitignore of the yeoman project).
Help unravel the purpose of the build/ and dist/ directories from .gitignore:

node_modules/
bower_components/
*.log

build/
dist/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
maxaon, 2014-03-01
@ndsdmfwg

node_modules/ - NodeJS modules
bower_components/ - Bower modules
*.log -
build logs/ - Probably temporary, for building.
dist/ - compiled and ready files for production

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question