bem-archive / generator-bem-stub

[DEPRECATED] A generator of BEM projects
http://bem.info/tools/bem/bem-stub/
MIT License
41 stars 9 forks source link

Add .gitignore file #63

Closed alexbaumgertner closed 10 years ago

alexbaumgertner commented 10 years ago

At least:

# OS
.DS_Store

# Editor
.idea
.editorconfig

# nodejs
.npmignore
node_modules/
npm-debug.log

# bem and libs
libs/
.bem/cache/
.enb/tmp/
*bundles*/*/*.*
!*bundles*/*/*.bemjson.js
!*bundles*/.bem/*
*pages*/*/*.*
!*pages*/*/*.bemjson.js
!*pages*/.bem/*
blond commented 10 years ago
# OS
.DS_Store

# Editor
.idea
.editorconfig

# nodejs
.npmignore
node_modules/
npm-debug.log

Это всё должно быть у каждого в ~/.gitignore, заточенноё под собственное окружение.

alexbaumgertner commented 10 years ago

@andrewblond :ok:, so we need only bem and libs part :)

eGavr commented 10 years ago

:+1:

eGavr commented 10 years ago

@andrewblond @alexbaumgertner

Can you say more exact! Which .gitignore files should be generated in bem-tools and ENB?