mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
32 lines
376 B
Text
32 lines
376 B
Text
|
# SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
|
||
|
#
|
||
|
# SPDX-License-Identifier: CC0-1.0
|
||
|
|
||
|
# dependencies
|
||
|
/node_modules
|
||
|
/.pnp
|
||
|
.pnp.*
|
||
|
|
||
|
# package manager
|
||
|
.yarn/*
|
||
|
!.yarn/patches
|
||
|
!.yarn/plugins
|
||
|
!.yarn/releases
|
||
|
!.yarn/sdks
|
||
|
!.yarn/versions
|
||
|
|
||
|
# testing
|
||
|
/coverage
|
||
|
|
||
|
# production
|
||
|
/dist
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
*.pem
|
||
|
|
||
|
# debug
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|