hedgedoc/.gitignore

56 lines
706 B
Text
Raw Normal View History

# SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
#
# SPDX-License-Identifier: CC0-1.0
2016-03-15 03:14:50 +00:00
node_modules
2018-01-18 10:21:07 +00:00
package-lock.json
2016-03-15 03:14:50 +00:00
composer.phar
composer.lock
.env.*.php
.env.php
.DS_Store
.idea/
!.idea/copyright/
2016-03-15 03:14:50 +00:00
Thumbs.db
npm-debug.log
newrelic_agent.log
logs/
tmp/
2016-04-20 10:12:12 +00:00
backups/
*.pid
*.log
*.sqlite
# ignore config files
config.json
.sequelizerc
.env
2016-10-07 15:04:39 +00:00
# ignore webpack build
public/build
2016-10-12 09:15:59 +00:00
public/views/build
2016-11-14 08:45:57 +00:00
# ignore TypeScript built
built/
dist
# Tests
/coverage
/coverage-e2e
/.nyc_output
2016-11-14 08:45:57 +00:00
public/uploads/*
!public/uploads/.gitkeep
!public/.gitkeep
uploads
test_uploads
# Yarn 2 without zero-installs
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*