mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05: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
|
||||
built/
|
||||
dist
|
||||
|
||||
# Tests
|
||||
/coverage
|
||||
/.nyc_output
|
||||
|
||||
public/uploads/*
|
||||
!public/uploads/.gitkeep
|
||||
|
|
Loading…
Reference in a new issue