mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2026-03-28 07:04:04 +00:00
18 lines
217 B
Plaintext
18 lines
217 B
Plaintext
*.log
|
|
.idea
|
|
.vscode
|
|
.idea/**/*
|
|
.vscode/**/*
|
|
.nyc_output
|
|
mochawesome-report
|
|
.DS_Store
|
|
npm-debug.log.*
|
|
node_modules
|
|
node_modules/**/*
|
|
.eslintcache
|
|
cert
|
|
logs/*
|
|
desktop.ini
|
|
package-lock.json
|
|
.history
|
|
.env |