Add some .idea files to sync directory settings
This commit is contained in:
parent
1c75b76269
commit
308c51ff77
9 changed files with 292 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,10 +1,13 @@
|
|||
*
|
||||
!*/
|
||||
!/.gitignore
|
||||
!/**/.gitkeep
|
||||
!/.idea/**
|
||||
!/config/**
|
||||
!/scripts/**
|
||||
!/web/modules/custom/**
|
||||
!/web/sites/default/environments/settings.*.php
|
||||
!/web/sites/default/settings.php
|
||||
!/web/themes/custom/**
|
||||
/.idea/workspace.xml
|
||||
/web/themes/custom/*/dist/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue