mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-01 00:20:35 -04:00
28 lines
383 B
Text
28 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
|