mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
555d92ca8d
Signed-off-by: David Mehren <git@herrmehren.de>
39 lines
456 B
Text
39 lines
456 B
Text
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
|
|
|
|
public/uploads/*
|
|
!public/uploads/.gitkeep
|
|
|
|
site/
|
|
|
|
# Yarn 2+ without zero-installs
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|