Files
create-1/.gitignore
2020-10-18 15:50:41 +02:00

30 lines
295 B
Plaintext

## editors
/.idea
/.vscode
## system files
.DS_Store
## code coverage folders
coverage/
## npm
node_modules
npm-debug.log
yarn-error.log
## temp folders
/.tmp/
## we prefer yarn.lock
package-lock.json
## build output
dist
build-stats.json
stats.html
.rpt2_cache
## browserstack
local.log