Dragon-Knight/.gitignore
2025-08-14 13:55:37 -04:00

38 lines
333 B
Plaintext

# general
.env
.DS_Store
test*.php
.idea
.phplint-cache
dump.html
.vscode
# dragon-knight
.installed
logs
database.db
database.db-*
# phive
/tools
.phive
# composer
/vendor
composer.lock
# docs
/build
.phpdoc
# php-cs-fixer
.php_cs.cache
.php_cs
.php-cs-fixer.php
.php-cs-fixer.cache
# phpunit
phpunit.log
/.phpunit*
/coverage