Add some .idea files to sync directory settings

This commit is contained in:
Oliver Davies 2020-03-25 13:57:13 +00:00
parent a8480d5e1b
commit ddbb2ab214
8 changed files with 182 additions and 1 deletions

3
.gitignore vendored
View file

@ -3,7 +3,7 @@
!/.github/**
!/.gitignore
!/**/.gitkeep
!/.idea/*.iml
!/.idea/**
!/composer.json
!/composer.lock
!/docker-compose.yaml
@ -12,4 +12,5 @@
!/web/modules/custom/**
!/web/sites/default/settings.php
!/web/sites/default/settings.symfony.php
/.idea/workspace.xml
/vendor/