Skip to content

Commit b85a76c

Browse files
authored
feat: update configs (#20)
1 parent 6c05a78 commit b85a76c

33 files changed

Lines changed: 4906 additions & 35 deletions

.gitattributes

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Files and directories which won't be included in .zip archive during running `composer install --prefer-dist`
22

3-
/.github export-ignore
4-
/.gitattributes export-ignore
5-
/.gitignore export-ignore
6-
/.scrutinizer.yml export-ignore
7-
/.styleci.yml export-ignore
8-
/.travis.yml export-ignore
9-
/phpcs.xml export-ignore
10-
/phpstan.neon export-ignore
11-
/phpunit.xml.dist export-ignore
12-
/tests export-ignore
3+
/.github export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/.idea export-ignore
7+
/.scrutinizer.yml export-ignore
8+
/.styleci.yml export-ignore
9+
/.travis.yml export-ignore
10+
/phpcs.xml export-ignore
11+
/phpstan.neon export-ignore
12+
/phpunit.xml.dist export-ignore
13+
/tests export-ignore
14+
/README.md export-ignore
15+
/.phpunit.result.cache export-ignore
16+
/.phpcs-cache export-ignore
17+
/.php-cs-fixer.cache export-ignore
18+

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ jobs:
9494
fail-fast: false
9595
matrix:
9696
php-version:
97-
- '8.3'
9897
- '8.4'
9998
steps:
10099
- name: 'Checkout Code'

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,31 @@
11
/vendor/
2+
.phpunit.result.cache
3+
composer.lock
4+
.phpcs-cache
5+
.php-cs-fixer.cache
6+
clover-coverage.xml
7+
coverage.cobertura.xml
8+
junit.xml
9+
html-coverage/
10+
phpunit-coverage.xml
11+
var/*
12+
13+
###> PhpStrom Shared Project Settings ###
14+
.idea/*
15+
.idea/dataSources/*
16+
.idea/httpRequests/*
17+
!.idea/datetime-php.iml
18+
!.idea/encodings.xml
19+
!.idea/icon.svg
20+
!.idea/inspectionProfiles
21+
!.idea/markdown.xml
22+
!.idea/modules.xml
23+
!.idea/php-docker-settings.xml
24+
!.idea/php-test-framework.xml
25+
!.idea/php.xml
26+
!.idea/phpunit.xml
27+
!.idea/runConfigurations
28+
!.idea/scopes
29+
!.idea/symfony2.xml
30+
!.idea/webResources.xml
31+
###< PhpStrom Shared Project Settings ###

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/datetime-php.iml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 156 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php-test-framework.xml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)