mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 13:51:57 -04:00

Some checks failed
Docker / build-and-push (backend) (push) Waiting to run
Docker / build-and-push (frontend) (push) Waiting to run
E2E Tests / backend-sqlite (push) Waiting to run
E2E Tests / backend-mariadb (push) Waiting to run
E2E Tests / backend-postgres (push) Waiting to run
E2E Tests / Build test build of frontend (push) Waiting to run
E2E Tests / frontend-cypress (1) (push) Blocked by required conditions
E2E Tests / frontend-cypress (2) (push) Blocked by required conditions
E2E Tests / frontend-cypress (3) (push) Blocked by required conditions
Lint and check format / Lint files and check formatting (push) Waiting to run
REUSE Compliance Check / reuse (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Static Analysis / Njsscan code scanning (push) Waiting to run
Static Analysis / CodeQL analysis (push) Waiting to run
Run tests & build / Test and build with NodeJS 20 (push) Waiting to run
Deploy HD2 docs to Netlify / Deploys to netlify (push) Has been cancelled
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
43 lines
619 B
Text
43 lines
619 B
Text
# SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
node_modules
|
|
package-lock.json
|
|
composer.phar
|
|
composer.lock
|
|
.env.*.php
|
|
.env.php
|
|
.DS_Store
|
|
.idea/
|
|
!.idea/copyright/
|
|
!.idea/scopes/
|
|
!.idea/modules.xml
|
|
!.idea/hedgedoc.iml
|
|
!.idea/icon.svg
|
|
Thumbs.db
|
|
npm-debug.log
|
|
newrelic_agent.log
|
|
logs/
|
|
tmp/
|
|
backups/
|
|
*.pid
|
|
*.log
|
|
*.sqlite
|
|
.turbo
|
|
.env
|
|
dist/
|
|
frontend/cypress/downloads
|
|
frontend/cypress/screenshots
|
|
|
|
# Yarn 2 without zero-installs
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/releases
|
|
!.yarn/plugins
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
.pnp.*
|
|
|
|
# Rathole proxy configuration
|
|
rathole.toml
|