mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
That way the attachment files can now be loaded much quicker (without invoking a controller). Also added thumbnailing for pictures in tables.
32 lines
552 B
Text
32 lines
552 B
Text
|
|
###> symfony/framework-bundle ###
|
|
/.env.local
|
|
/.env.local.php
|
|
/.env.*.local
|
|
/public/bundles/
|
|
/var/
|
|
/vendor/
|
|
###< symfony/framework-bundle ###
|
|
|
|
###> symfony/phpunit-bridge ###
|
|
.phpunit
|
|
/phpunit.xml
|
|
###< symfony/phpunit-bridge ###
|
|
|
|
###> symfony/web-server-bundle ###
|
|
/.web-server-pid
|
|
###< symfony/web-server-bundle ###
|
|
|
|
|
|
.idea/
|
|
.idea/*
|
|
###> symfony/webpack-encore-bundle ###
|
|
/node_modules/
|
|
/public/build/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
###< symfony/webpack-encore-bundle ###
|
|
|
|
###> liip/imagine-bundle ###
|
|
/public/media/cache/
|
|
###< liip/imagine-bundle ###
|