node-ebics-client/.gitignore

24 lines
247 B
Plaintext
Raw Normal View History

2019-11-07 10:35:31 +02:00
# mac shit
2018-05-17 18:03:59 +03:00
.DS_Store
2019-11-07 10:35:31 +02:00
# nyc test coverage
.nyc_output
2019-11-20 11:12:37 +02:00
coverage/
2019-11-07 10:35:31 +02:00
# Dependency directories
node_modules/
# Optional npm cache directory
.npm
npm-debug.log
# Optional eslint cache
.eslintcache
# vscode
2018-05-17 18:03:59 +03:00
/.vscode
*.pid
2019-11-26 18:21:56 +02:00
# Tests temporary
.test_tmp