mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-04-15 19:09:36 +00:00
Some checks failed
Build assets artifact / Build assets artifact (push) Has been cancelled
Docker Image Build / build (linux/amd64, amd64, ubuntu-latest) (push) Has been cancelled
Docker Image Build / build (linux/arm/v7, armv7, ubuntu-24.04-arm) (push) Has been cancelled
Docker Image Build / build (linux/arm64, arm64, ubuntu-24.04-arm) (push) Has been cancelled
Docker Image Build (FrankenPHP) / build (linux/amd64, amd64, ubuntu-latest) (push) Has been cancelled
Docker Image Build (FrankenPHP) / build (linux/arm/v7, armv7, ubuntu-24.04-arm) (push) Has been cancelled
Docker Image Build (FrankenPHP) / build (linux/arm64, arm64, ubuntu-24.04-arm) (push) Has been cancelled
Static analysis / Static analysis (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, sqlite) (push) Has been cancelled
Docker Image Build / merge (push) Has been cancelled
Docker Image Build (FrankenPHP) / merge (push) Has been cancelled
RFC 5785 defines /.well-known/ as the prefix for "well-known locations" in URIs. This prefix is used for example by Certbot/Let's Encrypt to request SSL certificates. PartDB doesn't need to care about this directory, but also should not see its existence as the git tree being "dirty".
57 lines
1,020 B
Text
57 lines
1,020 B
Text
###> symfony/framework-bundle ###
|
|
/.env.local
|
|
/.env.local.php
|
|
/.env.*.local
|
|
/.env.local.bak
|
|
/config/secrets/prod/prod.decrypt.private.php
|
|
/public/bundles/
|
|
/var/
|
|
/vendor/
|
|
###< symfony/framework-bundle ###
|
|
|
|
###> symfony/phpunit-bridge ###
|
|
.phpunit
|
|
.phpunit.result.cache
|
|
/phpunit.xml
|
|
###< symfony/phpunit-bridge ###
|
|
|
|
###> symfony/web-server-bundle ###
|
|
/.web-server-pid
|
|
###< symfony/web-server-bundle ###
|
|
|
|
|
|
.idea/
|
|
.idea/*
|
|
uploads/*
|
|
!uploads/.keep
|
|
|
|
# Some people use Certbot or similar tools to make SSL certificates.
|
|
# Also see https://www.rfc-editor.org/rfc/rfc5785
|
|
public/.well-known/
|
|
|
|
# Do not keep cache files
|
|
.php_cs.cache
|
|
.phpcs-cache
|
|
|
|
###> 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.cache/
|
|
###< phpunit/phpunit ###
|
|
|
|
###> phpstan/phpstan ###
|
|
phpstan.neon
|
|
###< phpstan/phpstan ###
|
|
|
|
.claude/
|
|
CLAUDE.md
|