mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
6896daa62a
Signed-off-by: Philip Molares <philip.molares@udo.edu>
40 lines
510 B
Text
40 lines
510 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/
|
|
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
|
|
/.nyc_output
|
|
|
|
public/uploads/*
|
|
!public/uploads/.gitkeep
|