15 lines
469 B
Plaintext
15 lines
469 B
Plaintext
# Ignore everything in the volumes directory
|
|
volumes/*
|
|
|
|
# Allow tracking of seahub_settings.py specifically
|
|
!volumes/seafile-data/seafile/conf/seahub_settings.py
|
|
|
|
# Ignore everything in seafile-data except the specific path to seahub_settings.py
|
|
volumes/seafile-data/*
|
|
!volumes/seafile-data/seafile/
|
|
!volumes/seafile-data/seafile/conf/
|
|
|
|
# Ignore everything else in seafile-mariadb and seafile-memcached directories
|
|
volumes/seafile-mariadb/*
|
|
volumes/seafile-memcached/*
|