15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
# Ignore everything in the volumes/html directory
|
|
volumes/*
|
|
|
|
# But not these directories
|
|
!volumes/seafile-data
|
|
!volumes/seafile-mariadb
|
|
!volumes/seafile-memcached
|
|
|
|
# Ignore contents of these directories
|
|
volumes/seafile-data/*
|
|
volumes/seafile-mariadb/*
|
|
volumes/seafile-memcached/*
|
|
|
|
# Do not ignore a special file name
|
|
!.gitkeep |