Choices/.gitignore
Josh Johnson 55b356ec69
Add travis pipeline (#516)
* Update travis.yml

* Simplify ci pipeline

* Include css in bundle size check

* Set npm username via env var

* Specify branches

* Add build scripts

* Consistent ifs

* Add linting stage to pipeline

* Cache npm

* Cache cypress & npm folders + install using ci method

* Unignore package-lock
2019-02-12 18:04:50 +00:00

13 lines
135 B
Plaintext

node_modules
npm-debug.log
.DS_Store
.idea
# Test
tests/reports
tests/results
.nyc_output
coverage
cypress/videos
cypress/screenshots