mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
32 lines
361 B
Text
32 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
|