dynamico icon indicating copy to clipboard operation
dynamico copied to clipboard

feat(cli): mark dist folder as git ignored file during init command

Open OrRosenblatt opened this issue 6 years ago • 2 comments

In order to prevent pushing the redundant dist folder created by dcm command into the repository by mistake, this change creates .gitignore file with dist marked as git ignored during the dcm init command.

OrRosenblatt avatar Aug 11 '19 15:08 OrRosenblatt

Can you please add to react as well?

EladBezalel avatar Aug 11 '19 15:08 EladBezalel

Thanks for the contribution! This is a good improvement. If we have a .gitignore file we might as well add some more defaults (node_modules etc.) I usually use http://gitignore.io/. Search for React Native or Node. If you know a better source for a gitignore file feel free to use it and tell us about it 😃

eladav avatar Aug 12 '19 08:08 eladav