-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (58 loc) · 1012 Bytes
/
.gitignore
File metadata and controls
75 lines (58 loc) · 1012 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
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
.vscode
# phpstorm project files
.idea
.svn
.env
# netbeans project files
nbproject
# zend studio for eclipse project files
.buildpath
.project
.settings
# windows thumbnail cache
Thumbs.db
# composer vendor dir
vendor/*
# ignore generated files
!.gitkeep
# Mac DS_Store Files
.DS_Store
# phpunit itself is not needed
phpunit.phar
# local phpunit config
/phpunit.xml
/.vagrant
# 缓存目录
api/runtime/*
swoole/runtime/*
console/runtime/*
admin/runtime/*
frontend/runtime/*
help/runtime/*
frontend/help/assets/*
# 接口目录
api/modules/wechat/log
api/modules/wechat/log/
# 前端目录
frontend/ErrorFiles
frontend/u.asp
frontend/.uini
frontend/u.php
frontend/attachment/*
frontend/u.phpstorm
!frontend/attachment/public
frontend/node_modules
frontend/admin/assets
frontend/assets
assets/*
# 公共目录
common/config/sqlServer.php
common/config/mongodb.php
addons/*
!addons/diandi_tea
!addons/diandi_integral
# 资源目录
node_modules
pro-admin/node_modules
# 安装缓存
console/data