Skip to content

Commit 8c04b6e

Browse files
committed
Add .idea shared configs
1 parent 8012d0b commit 8c04b6e

File tree

6 files changed

+218
-0
lines changed

6 files changed

+218
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
/vendor/
22
.phpunit.result.cache
33
composer.lock
4+
5+
###> PhpStrom Shared Project Settings ###
6+
.idea/*
7+
!.idea/DoctrineEnumBundle.iml
8+
!.idea/icon.svg
9+
!.idea/inspectionProfiles
10+
!.idea/modules.xml
11+
!.idea/php-test-framework.xml
12+
!.idea/php.xml
13+
!.idea/phpunit.xml
14+
!.idea/runConfigurations
15+
###< PhpStrom Shared Project Settings ###

.idea/DoctrineEnumBundle.iml

Lines changed: 12 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.xml

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

.idea/phpunit.xml

Lines changed: 10 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)