2019-10-03 00:52:52 +03:00
|
|
|
### Node template
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
|
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules/
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# dotenv environment variables file
|
|
|
|
.env
|
|
|
|
.env.test
|
|
|
|
|
2020-04-11 17:54:21 +03:00
|
|
|
# IDE
|
2020-04-11 17:26:19 +03:00
|
|
|
.idea
|
2022-12-29 17:46:56 +03:00
|
|
|
.vscode
|