hedgedoc/.gitignore
Sheogorath d8c424297b
Ignore the build directory from git
This should prevent people from commiting the built directory by
accident.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2020-02-24 15:46:22 +01:00

31 lines
361 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
# ignore TypeScript built
built/
public/uploads/*
!public/uploads/.gitkeep