Initial commit
This commit is contained in:
commit
e859418cbd
17 changed files with 9417 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
*
|
||||
!*/
|
||||
!/.ddev/**
|
||||
!/.github/**
|
||||
!/.gitignore
|
||||
!/**/.gitkeep
|
||||
!/.idea/**
|
||||
!/composer.json
|
||||
!/composer.lock
|
||||
!/docker-compose.yaml
|
||||
!/Makefile
|
||||
!/php.ini
|
||||
!/web/sites/default/settings.php
|
||||
!/web/sites/default/settings.symfony.php
|
||||
!/workspace.yml
|
||||
/.idea/workspace.xml
|
||||
/vendor/
|
Loading…
Add table
Add a link
Reference in a new issue