* Add eslint for linting js (https://github.com/ikreymer/browsertrix-cloud/pull/7) * Add prettier for formatting frontend files (https://github.com/ikreymer/browsertrix-cloud/pull/9) * Add frontend testing framework (https://github.com/ikreymer/browsertrix-cloud/pull/10) closes #4, closes #5
28 lines
234 B
Plaintext
28 lines
234 B
Plaintext
## editors
|
|
/.idea
|
|
/.vscode
|
|
|
|
## system files
|
|
.DS_Store
|
|
|
|
## npm
|
|
/node_modules/
|
|
/npm-debug.log
|
|
|
|
## testing
|
|
/coverage/
|
|
|
|
## temp folders
|
|
/.tmp/
|
|
/tmp/
|
|
|
|
# build
|
|
/dist/
|
|
|
|
# dotenv
|
|
.env.local
|
|
.env.*.local
|
|
|
|
storybook-static
|
|
custom-elements.json
|