mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-19 22:55:08 +01:00
* - update gitignore - add cypress configuration and example test * add integration tests to ci workflow * add note about running integration tests * Update docs/general/contributing.md Co-authored-by: Tim Buckley <timothypbuckley@gmail.com> * Update .gitignore Co-authored-by: Tim Buckley <timothypbuckley@gmail.com> * Update cypress.json Co-authored-by: Tim Buckley <timothypbuckley@gmail.com> * add baseUrl, remove goTo command Co-authored-by: Tim Buckley <timothypbuckley@gmail.com>
18 lines
189 B
Plaintext
18 lines
189 B
Plaintext
*.log
|
|
.next/
|
|
.vscode/
|
|
.idea/
|
|
*.tsbuildinfo
|
|
build/
|
|
dist/
|
|
lib/
|
|
node_modules/
|
|
packages/*/yarn.lock
|
|
site/out/
|
|
tmp/
|
|
cypress/screenshots
|
|
cypress/videos
|
|
cypress/fixtures
|
|
cypress/plugins
|
|
.DS_Store
|