ssh-deploy/.gitignore

22 lines
292 B
Plaintext
Raw Normal View History

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
# IDE
2020-04-11 17:26:19 +03:00
.idea