mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-10-31 16:10:36 -04:00
bf30cbcf48
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
27 lines
383 B
Text
27 lines
383 B
Text
# SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# ignore config files
|
|
config.json
|
|
.sequelizerc
|
|
.env
|
|
|
|
# ignore webpack build
|
|
public/build
|
|
public/views/build
|
|
|
|
# ignore TypeScript built
|
|
built/
|
|
dist
|
|
|
|
# Tests
|
|
coverage
|
|
coverage-e2e
|
|
.nyc_output
|
|
|
|
public/uploads/*
|
|
!public/uploads/.gitkeep
|
|
!public/.gitkeep
|
|
uploads
|
|
test_uploads
|