mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
a1c9b67b6b
Signed-off-by: David Mehren <git@herrmehren.de>
43 lines
550 B
Text
43 lines
550 B
Text
# SPDX-FileCopyrightText: 2020 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/
|
|
Thumbs.db
|
|
npm-debug.log
|
|
newrelic_agent.log
|
|
logs/
|
|
tmp/
|
|
backups/
|
|
*.pid
|
|
*.log
|
|
*.sqlite
|
|
|
|
# ignore config files
|
|
config.json
|
|
.sequelizerc
|
|
|
|
# ignore webpack build
|
|
public/build
|
|
public/views/build
|
|
|
|
# ignore TypeScript built
|
|
built/
|
|
dist
|
|
|
|
# Tests
|
|
/coverage
|
|
/coverage-e2e
|
|
/.nyc_output
|
|
|
|
public/uploads/*
|
|
!public/uploads/.gitkeep
|
|
uploads
|