Files
react-slot-fill/.gitignore
Cameron Westland ce1eb9b820 remove lib from repo
add coverage to circle build
add npmignore and update gitignore
2017-03-17 22:37:19 -07:00

22 lines
246 B
Plaintext

# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
# testing
/coverage
# production demo
/build
# production lib
/lib
# misc
.DS_Store
.env
npm-debug.log*
yarn-debug.log*
yarn-error.log*