Set up manual compatibility tests (#171)

This commit is contained in:
Aria 2022-05-20 18:52:57 +02:00 committed by GitHub
parent e28a084dbb
commit d36b336fdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 1862 additions and 13286 deletions

View file

@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*