Files
react-bootstrap-table2/.gitignore
ChunMing, Chen 9199484ab6 setup enhancement
* lerna bootstrap after install

* set npmClient to default instead of yarn to prevent from causing error with older yarn version
* ref: https://github.com/lerna/lerna/pull/897

* update yarn.lock
2017-09-08 21:58:26 -05:00

18 lines
168 B
Plaintext

# node
node_modules
package-lock.json
# testing
coverage
.eslintcache
# misc
.DS_Store
.vscode
# logs
lerna-debug.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*