lion/.gitignore
Thomas Allmer ec8da8f12c feat: release inital public lion version
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>
2019-04-26 10:37:57 +02:00

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/