46 lines
468 B
Plaintext
46 lines
468 B
Plaintext
# dependencies
|
|
/node_modules
|
|
*/node_modules/*
|
|
node_modules
|
|
|
|
session-bd*
|
|
/session-bd*
|
|
*/session-bd*/*
|
|
**session-bd*
|
|
|
|
sessions*
|
|
/sessions*
|
|
*/sessions*/*
|
|
**sessions*
|
|
|
|
log*
|
|
/log*
|
|
*/log*/*
|
|
**log*
|
|
|
|
WWebJS
|
|
/WWebJS
|
|
*/WWebJS/*
|
|
**WWebJS
|
|
|
|
.wwebjs_auth
|
|
*/wwebjs_auth/*
|
|
.wwebjs_cache
|
|
*/wwebjs_cache/*
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log* |