mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-25 06:04:17 +00:00
Add build artifacts to .gitignore
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
c5fd1c8907
commit
adc7d64ae0
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -35,7 +35,9 @@ dist
|
||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
/coverage
|
/coverage
|
||||||
|
/coverage-e2e
|
||||||
/.nyc_output
|
/.nyc_output
|
||||||
|
|
||||||
public/uploads/*
|
public/uploads/*
|
||||||
!public/uploads/.gitkeep
|
!public/uploads/.gitkeep
|
||||||
|
uploads
|
||||||
|
|
Loading…
Reference in a new issue