devbook_ts/.gitignore
Ruidy 75c9888493
ℹ️ Ci (#10)
* fix error in README

* check github.ref value

* check github.ref value

* fix typo

* install deps

* track config files

* final versioning
2020-05-17 09:31:54 +02:00

31 lines
No EOL
412 B
Text

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
/cypress/integration/examples
/cypress/fixtures/
/cypress/screenshots/
# production
/build
/bin
/resources
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env
.firebase