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 9fd67eb1ad
commit c675ecc5f2
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

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