mirror of
https://ghproxy.net/https://github.com/aspirepress/AspireSync.git
synced 2025-10-04 21:35:32 +08:00
* feat: dead simple and dead slow svn checkout scripts for plugins/themes * feat: add scripts to check for updated plugins/themes * tweak: split slugs on commas or whitespace instead of just commas * tweak: replace --plugins and --themes options with --slugs and --slugs-from * tweak: add logging config to Caddyfile * feat: push-sync and update-sync commands * build: bump composer versions
21 lines
249 B
Text
21 lines
249 B
Text
# Ignore everything by default
|
|
*
|
|
|
|
# Copy these directories
|
|
!bin/
|
|
!config/
|
|
!migrations/
|
|
!public/
|
|
!src/
|
|
!svn/bin
|
|
|
|
# Copy these files
|
|
!.env
|
|
!.env.*
|
|
!README.md
|
|
!composer.json
|
|
!composer.lock
|
|
!docker/webapp/Caddyfile
|
|
!docker/webapp/php.ini
|
|
!symfony.lock
|
|
|