Co-authored-by: Mikhail Bashkirov <mikhail.bashkirov@ing.com> Co-authored-by: Thijs Louisse <thijs.louisse@ing.com> Co-authored-by: Joren Broekema <joren.broekema@ing.com> Co-authored-by: Gerjan van Geest <gerjan.van.geest@ing.com> Co-authored-by: Erik Kroes <erik.kroes@ing.com> Co-authored-by: Lars den Bakker <lars.den.bakker@ing.com>
23 lines
271 B
Text
23 lines
271 B
Text
## editors
|
|
/.idea
|
|
/.vscode
|
|
/*.code-workspace
|
|
/.history
|
|
|
|
## system files
|
|
.DS_Store
|
|
|
|
## npm
|
|
/node_modules/
|
|
/npm-debug.log
|
|
|
|
# we do prefer yarn.lock so we do not want npms version of it
|
|
/package-lock.json
|
|
|
|
## build artifacts
|
|
/lib/
|
|
/build/
|
|
|
|
## temp folders
|
|
/.tmp/
|
|
/coverage/
|