init
This commit is contained in:
commit
5adc4f6a10
12 changed files with 8540 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
*
|
||||
!*/
|
||||
!/.github/**
|
||||
!/.gitignore
|
||||
!/**/.gitkeep
|
||||
!/.idea/*.iml
|
||||
!/composer.json
|
||||
!/composer.lock
|
||||
!/docker-compose.yaml
|
||||
!/Makefile
|
||||
!/php.ini
|
||||
!/web/sites/default/settings.php
|
||||
!/web/sites/default/settings.symfony.php
|
||||
/vendor/
|
Loading…
Add table
Add a link
Reference in a new issue