forked from haiwen/seahub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (55 loc) · 826 Bytes
/
.gitignore
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
*.pyc
*~
*#
seahub.db*
seahub*.db
local_settings.py
local_settings*
startserver.sh
thirdpart/django
thirdpart/djblets
thirdpart/gunicorn*
thirdpart/*.pth
thirdpart/site.*
restart.sh
settings.py.mysql
settings.py.sqlite
secret_key.py
run-seahub.sh
# setenv
setenv.sh
setenv*.sh
pylintrc
.DS_Store
media/CACHE
media/custom
# media/avatars
media/avatars/*
!media/avatars/default-non-register.jpg
!media/avatars/default.png
!media/default.jpg
!media/groups/default.jpg
# bin/
bin/*
!bin/start.template
!bin/restart.template
static/scripts/dist
logs/
mysite.pid
notification_email.sh
send_user_notifications.sh
shutdown.sh
cscope*
docs/_build/*
deps
seahub/thumbnail/thumb/*
.virtualenv
.env
.dumbjump
.projectile
.pytest_cache/
tags
frontend/webpack-stats.dev.json
frontend/node_modules
frontend/package-lock.json
/.idea