mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 11:15:23 -04:00
Add dist folder and coverage foldert to .gitignore
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
9fd67eb1ad
commit
c675ecc5f2
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -26,6 +26,11 @@ public/views/build
|
||||||
|
|
||||||
# ignore TypeScript built
|
# ignore TypeScript built
|
||||||
built/
|
built/
|
||||||
|
dist
|
||||||
|
|
||||||
|
# Tests
|
||||||
|
/coverage
|
||||||
|
/.nyc_output
|
||||||
|
|
||||||
public/uploads/*
|
public/uploads/*
|
||||||
!public/uploads/.gitkeep
|
!public/uploads/.gitkeep
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue