-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy path.gitignore
85 lines (79 loc) · 1.17 KB
/
.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
*.db
__pycache__
*.pyc
*.bak
*.zip
*.csv
*.class
*.log
*.jar
.DS_Store
.python-version
/static/exe
/static/logs
/lib/bs4/
/web/bs4/
/static/upload/
/static/lib/jsoneditor/
/static/lib/My97DatePicker/
/static/lib/wangEditor/wangEditor-10.0.13.js
/static/lib/wangEditor/wangEditor-3.0.10.js
/static/lib/wangEditor/wangEditor-3.1.1.js
/static/lib/PhotoSwipe/
/static/lib/*.zip
/static/lib.old/
/static/img/
/static/deprecated/
/static/wiki/
/static/archive/
# 生成的文件
/static/css/app.build.css
/static/js/app.build.js
/static/js/utils.build.js
/data/
/data_follower/
/data_sqlite/
/testdata/
/log/
/tmp/
/model/sync
/static2/
/scripts2/
/backup/
/script/
/config/users.ini
/config/menu.ini
tools.md
/config/tasks.ini
/.idea/
/handlers/experiment/
**/.cache/
.pytest_cache/
/testdir/
/中文/
.coverage
/py3.6/
/py3.7/
/py3.8/
/htmlcov/
gitpush.sh
id_rsa*
# 脚本
run-local*.bat
run-local*.sh
run-follower*
tools/git-push.sh
config/boot/boot.local.*
config/boot/boot.winxp.properties
config/boot/*.local.properties
boot.local.*
upload.config.json
# 锁文件
pid.lock
start-cmd.bat
# npm模块
/static/lib/node_modules/
# pypi构建临时目录
/build/
/xnote_web.egg-info/*
/dist/