mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
305b6f5910
Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de> Co-authored-by: David Mehren <git@herrmehren.de> Co-authored-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: David Mehren <git@herrmehren.de> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
39 lines
502 B
Text
39 lines
502 B
Text
# SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# Yarn 2 without zero-installs
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
.pnp.*
|
|
|
|
**/node_modules
|
|
node_modules
|
|
|
|
frontend/.next
|
|
**/dist
|
|
|
|
.github
|
|
**/Dockerfile
|
|
.dockerignore
|
|
|
|
frontend/cypress/downloads
|
|
|
|
**/.env
|
|
|
|
backend/public/uploads
|
|
backend/uploads
|
|
backend/test_uploads
|
|
|
|
**/coverage
|
|
**/coverage-e2e
|
|
**/.nyc_output
|
|
|
|
backend/hedgedoc.sqlite
|
|
|
|
**/.turbo
|
|
|