modified
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,20 +1,14 @@
|
||||
# Ignore everything in the volumes directory
|
||||
volumes/*
|
||||
|
||||
# Unignore directories leading to seahub_settings.py
|
||||
!volumes/seafile-data/
|
||||
!volumes/seafile-data/seafile/
|
||||
!volumes/seafile-data/seafile/conf/
|
||||
|
||||
# Unignore seahub_settings.py
|
||||
# Allow tracking of seahub_settings.py specifically
|
||||
!volumes/seafile-data/seafile/conf/seahub_settings.py
|
||||
|
||||
# Ignore contents of seafile-data except for 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/
|
||||
!volumes/seafile-data/seafile/conf/seahub_settings.py
|
||||
|
||||
# Keep seafile-mariadb and seafile-memcached directories but ignore their contents
|
||||
# Ignore everything else in seafile-mariadb and seafile-memcached directories
|
||||
volumes/seafile-mariadb/*
|
||||
volumes/seafile-memcached/*
|
||||
|
||||
Reference in New Issue
Block a user