mirror of
https://ghproxy.net/https://github.com/fairpm/server.git
synced 2026-08-07 14:40:24 +08:00
13 lines
158 B
Text
13 lines
158 B
Text
# ignore everything by default
|
|
*
|
|
|
|
# copy these directories
|
|
!bin/
|
|
!docker/fairpm-wordpress
|
|
|
|
# copy these files
|
|
!.env
|
|
!README.md
|
|
!composer.json
|
|
!composer.lock
|
|
|