forked from a19836/bloxtor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
68 lines (59 loc) · 1.79 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
#ignore all files below:
other/*
other/workflow/*
tmp/*
files/*
vendor/dao/*
vendor/dao/common/*
vendor/dao/module/*
vendor/dao/program/*
vendor/testunit/*
vendor/layoutuieditor/*
vendor/layoutuieditor/widget/*
vendor/codeworkfloweditor/*
vendor/codeworkfloweditor/task/*
app/__system/layer/presentation/common/src/module/*
app/__system/layer/presentation/common/webroot/__system/*
app/__system/layer/presentation/common/webroot/module/*
app/__system/layer/presentation/phpframework/webroot/__system/*
app/__system/layer/presentation/test/webroot/__system/*
#sensitive info
app/config/*
app/layer/*
#auth files
other/authdb/login_control.tbl
other/authdb/user_stats.tbl
#GPL libraries
app/__system/layer/presentation/phpframework/webroot/vendor/wordpress.zip
#LGPL libraries
app/lib/vendor/phpjavascriptpacker
app/lib/vendor/phpmailer
app/lib/vendor/xsssanitizer
app/__system/layer/presentation/common/webroot/vendor/tinymce
app/__system/layer/presentation/common/webroot/vendor/ckeditor
#except the subfodlers:
!app/__system/layer/presentation/common/src/module/.gitkeep
!app/__system/layer/presentation/common/webroot/__system/.gitkeep
!app/__system/layer/presentation/common/webroot/module/.gitkeep
!app/__system/layer/presentation/phpframework/webroot/__system/.gitkeep
!app/__system/layer/presentation/test/webroot/__system/.gitkeep
!app/config/.gitkeep
!app/layer/.htaccess
!other/authdb/
!other/frameworkscreenshots/
!other/script/
!other/workflow/
!other/workflow/.gitkeep
!tmp/.htaccess
!files/.htaccess
!vendor/dao/common/
!vendor/dao/common/.gitkeep
!vendor/dao/module/
!vendor/dao/module/.gitkeep
!vendor/dao/program/
!vendor/dao/program/.gitkeep
!vendor/testunit/.gitkeep
!vendor/layoutuieditor/widget/
!vendor/layoutuieditor/widget/.gitkeep
!vendor/codeworkfloweditor/task/
!vendor/codeworkfloweditor/task/.gitkeep