mirror of
https://github.com/jlengrand/create-1.git
synced 2026-03-10 00:01:23 +00:00
30 lines
295 B
Plaintext
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
|