hedgedoc/.gitignore
Tilman Vatteroth e93144eb40 fix: add .env to gitignore
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-02-12 22:10:31 +01:00

34 lines
444 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/
Thumbs.db
npm-debug.log
newrelic_agent.log
logs/
tmp/
backups/
*.pid
*.log
*.sqlite
.turbo
.env
# Yarn 2 without zero-installs
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*