1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 19:05:16 +00:00
seahub/.gitignore
杨顺强 873c49d30e
Upgrade webpack 2 (#4748)
* update webpack to version 4

* repair build bug

* update package code

* optimize package script

* update seafile-editor version

* repair code bug
2020-12-15 18:00:39 +08:00

67 lines
863 B
Plaintext

*.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/build
frontend/package-lock.json
frontend/.eslintcache
/.idea