ssh-deploy/.gitignore

23 lines
300 B
Plaintext
Raw Permalink Normal View History

2019-10-02 21:52:52 +00: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 14:26:19 +00:00
.idea
2022-12-29 14:46:56 +00:00
.vscode