-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (30 loc) 路 611 Bytes
/
Copy path.gitignore
File metadata and controls
31 lines (30 loc) 路 611 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/vendor/
.phpunit.result.cache
composer.lock
.phpcs-cache
.php-cs-fixer.cache
clover-coverage.xml
coverage.cobertura.xml
junit.xml
html-coverage/
phpunit-coverage.xml
var/*
###> PhpStrom Shared Project Settings ###
.idea/*
.idea/dataSources/*
.idea/httpRequests/*
!.idea/datetime-php.iml
!.idea/encodings.xml
!.idea/icon.svg
!.idea/inspectionProfiles
!.idea/markdown.xml
!.idea/modules.xml
!.idea/php-docker-settings.xml
!.idea/php-test-framework.xml
!.idea/php.xml
!.idea/phpunit.xml
!.idea/runConfigurations
!.idea/scopes
!.idea/symfony2.xml
!.idea/webResources.xml
###< PhpStrom Shared Project Settings ###