mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
42 lines
698 B
Text
42 lines
698 B
Text
|
Dockerfile
|
||
|
docker-compose.yml
|
||
|
.dockerignore
|
||
|
tests/
|
||
|
|
||
|
###> 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/*
|
||
|
uploads/*
|
||
|
###> 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 ###
|
||
|
|
||
|
###> phpunit/phpunit ###
|
||
|
/phpunit.xml
|
||
|
.phpunit.result.cache
|
||
|
###< phpunit/phpunit ###
|