25 lines
181 B
Plaintext
25 lines
181 B
Plaintext
node_modules/
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
.next/
|
|
/out/
|
|
|
|
# yarn
|
|
yarn-error.log
|
|
yarn.lock
|
|
|
|
# sass
|
|
.sass-cache
|
|
|
|
# misc
|
|
sandbox/*
|
|
.env
|
|
.staging.env
|
|
.nyc_output/*
|
|
.DS_Store
|
|
|
|
public/
|