AspireSync/.dockerignore
Chuck Adams fdc1ced7ec
convert to full Symfony framework (#35)
* feat: switch to symfony/skeleton 7.2

* chore: move AspirePress\AspireSync -> App

* refactor: rm styled output which is redundant with monolog

* docs: update README for bin/console

* refactor: rename commands to all use sync: prefix

* chore: rm bin/aspiresync

* feat: add SyncAsset and SyncResource entities

* chore: add doctrine-migrations-bindle

* feat: add migration

* feat: new docker-compose stack

* chore: switch to postgres backend
2024-12-01 08:04:14 -07:00

15 lines
208 B
Text

# Ignore everything by default
*
# Copy these directories
!bin/
!.ATTIC/config/
!src
# Copy these files
!.env
!README.md
!.ATTIC/composer.json
!composer.lock
!docker/webapp/php.ini
!docker/webapp/Caddyfile