mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 13:48:07 +00:00
20 lines
280 B
Plaintext
20 lines
280 B
Plaintext
|
### 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
|
||
|
|