mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-18 15:52:28 +00:00
23 lines
412 B
Plaintext
23 lines
412 B
Plaintext
# IDE - IntelliJ
|
|
.idea/*
|
|
# Keep the code styles.
|
|
!.idea/codeStyles
|
|
.idea/codeStyles/*
|
|
!.idea/codeStyles/Project.xml
|
|
!.idea/codeStyles/codeStyleConfig.xml
|
|
# Keep the inspection levels
|
|
!.idea/inspectionProfiles
|
|
.idea/inspectionProfiles/*
|
|
!.idea/inspectionProfiles/Project_Default.xml
|
|
|
|
# project stuff
|
|
.build/*
|
|
vendor/*
|
|
composer.lock
|
|
phpcs.xml
|
|
phpdoc.xml
|
|
phpmd.xml
|
|
phpunit.xml
|
|
phpstan.neon
|
|
tests/Performance/*.json
|