Add dist folder and coverage foldert to .gitignore

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2020-07-25 20:31:07 +02:00
parent 74208468c4
commit 06c62cc422
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

5
.gitignore vendored
View file

@ -26,6 +26,11 @@ public/views/build
# ignore TypeScript built
built/
dist
# Tests
/coverage
/.nyc_output
public/uploads/*
!public/uploads/.gitkeep