hedgedoc/.dockerignore
Erik Michelson 305b6f5910 misc: add turbo monorepo util
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>
2023-02-07 21:38:40 +01:00

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