forked from haiwen/seafile-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (32 loc) · 814 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (32 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
*~
*#
*.swp
.DS_Store
*.pyc
image/*/scripts_*
image/*/templates
image/*/services
image/*/base_scripts
custom/*/scripts_*
custom/*/templates
custom/*/services
custom/*/base_scripts
build/src
build/seafile-server-*
# CloudFile
build/*/src
build/*/seafile-server-*
build/*/seafile-server/
build/*/cloudfile-backend/
build/*/cloudfile-frontend/
build/*/.cache
# Deployment secrets and data. .env holds database and admin passwords, and
# data/ is the live deployment -- neither belongs in the repo.
deploy/compose/.env
deploy/compose/data/
# Local verification overrides contain test credentials and machine-local volumes.
# Keep versioned examples (such as .env.example) explicit and unaffected.
deploy/compose/.env.verify
deploy/compose/.*.verify.yml
# verify-local.sh 的临时 Compose 目录
.local-verify/