-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
137 lines (131 loc) · 3.84 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
.project
.externalToolBuilders
.gnupg
.settings
.includepath
.DS_Store
*.swp
*.swo
*~
# OTRS
.procmailrc
/ARCHIVE
doc/manual/en
Kernel/Config/Files/ZZZ*.pm
Kernel/Config/GenericAgent.pm
Kernel/Config.pm
Kernel/Language/*.old
bin/cgi-bin/.htaccess
scripts/apache2-perl-startup2.pl
var/virtualfs
var/run
var/log/*.log
var/OPM
var/Stats
var/tmp/*
var/httpd/htdocs/js/thirdparty/jslint
var/httpd/htdocs/js/js-cache
var/httpd/htdocs/js/js-cache/*
var/httpd/htdocs/skins/Agent/default/css-cache
var/httpd/htdocs/skins/Agent/default/css-cache/*
var/httpd/htdocs/skins/Agent/ivory/css-cache
var/httpd/htdocs/skins/Agent/ivory/css-cache/*
var/httpd/htdocs/skins/Agent/ivory-slim/css-cache
var/httpd/htdocs/skins/Agent/ivory-slim/css-cache/*
var/httpd/htdocs/skins/Agent/slim/css-cache/*
var/httpd/htdocs/skins/Customer/default/css-cache/*
var/httpd/htdocs/skins/Customer/ivory/css-cache/*
var/sessions/Data*
var/sessions/State*
var/article/*
var/cron/*
!var/cron/*.dist
# Fred
Fred.sopm
CHANGES-Fred
doc/en/Fred.xml
doc/en/Fred.pdf
Kernel/Output/HTML/OutputFilterFred.pm
Kernel/Output/HTML/LayoutFred.pm
Kernel/Output/HTML/OutputFilterPostShowSystemNameInHeader.pm
Kernel/Output/HTML/Fred*
Kernel/Output/HTML/Standard/DevelFred*
Kernel/Config/Files/AAAFred.pm
Kernel/Config/Files/Fred.xml
Kernel/Modules/DevelFred.pm
Kernel/System/Fred
Kernel/System/Fred.pm
Kernel/System/DBListener
var/fred
var/httpd/htdocs/js/*Fred*js
var/httpd/htdocs/skins/Agent/default/css/*Fred*css
var/httpd/htdocs/skins/Customer/default/css/*Fred*css
# Support
Support.sopm
CHANGES-Support
Kernel/Config/Files/Support.xml
Kernel/Language/*_Support.pm
Kernel/Modules/AdminSupport.pm
Kernel/System/Support
Kernel/System/Support.pm
Kernel/Output/HTML/Standard/AdminSupport*
var/httpd/htdocs/skins/Agent/default/css/Support.Default.css
# OTRSCodePolicy
.tidyall.d
perltidy.LOG.old
bin/otrs.CodePolicy.pl
TidyAll
Kernel/cpan-lib/Pod/Strip.pm
scripts/install-git-hooks.pl
scripts/uninstall-git-hooks.pl
OTRSCodePolicy*
perltidy.LOG
# ITSM
var/stats/*.xml.installed
bin/CodeInstall.pl
bin/ModuleCode.pl
bin/DatabaseInstall.pl
# OTRSBusiness
OTRSBusiness.sopm
doc/*/OTRSBusiness.*
i18n/OTRSBusiness
var/packagesetup/OTRSBusiness.pm
bin/otrs.CleanUpChats.pl
Kernel/Config/Files/OTRSBusiness.xml
Kernel/Language/*OTRSBusiness.pm
Kernel/Modules/*Chat*
Kernel/Modules/*ContactWithData*
Kernel/Modules/*DynamicFieldDatabase*
Kernel/Modules/AgentTicketAttachmentView.pm
Kernel/System/*Chat*
Kernel/System/DynamicField/Driver/ContactWithData.pm
Kernel/System/DynamicField/Driver/BaseDatabase.pm
Kernel/System/DynamicField/Driver/Database.pm
Kernel/System/DynamicFieldDatabase.pm
Kernel/System/Ticket/Event/StoreHistoricalData.pm
Kernel/Output/HTML/*Chat*
Kernel/Output/HTML/TicketMenuAttachmentView.pm
Kernel/Output/HTML/OutputFilterPreContactWithData.pm
Kernel/Output/HTML/OutputFilterPreSLASelectionDialog.pm
Kernel/Output/HTML/Standard/AAAOTRSBusiness.tt
Kernel/Output/HTML/Standard/AgentChat.tt
Kernel/Output/HTML/Standard/AgentChatAppend.tt
Kernel/Output/HTML/Standard/CustomerChat.tt
Kernel/Output/HTML/Standard/PublicChat.tt
Kernel/Output/HTML/Standard/AgentTicketAttachmentView.tt
Kernel/Output/HTML/Standard/*ContactWithData*
Kernel/Output/HTML/Standard/*DynamicFieldDatabase*
scripts/test/Chat
var/cron/cleanupchats.dist
var/httpd/htdocs/js/*Chat*
var/httpd/htdocs/js/*ChronicalView*
var/httpd/htdocs/js/Core.Agent.TicketAttachmentView.js
var/httpd/htdocs/js/Core.Agent.DynamicField.ContactWithData.js
var/httpd/htdocs/js/Core.Agent.Admin.DynamicFieldDatabase.js
var/httpd/htdocs/js/Core.Agent.DynamicFieldDatabaseSearch.js
var/httpd/htdocs/skins/Agent/default/css/*Chat*
var/httpd/htdocs/skins/Customer/default/css/*Chat*
var/httpd/htdocs/skins/Agent/business*
var/httpd/htdocs/skins/Agent/default/css/Core.Agent.AttachmentView.css
var/httpd/htdocs/skins/Agent/default/css/DynamicFieldDatabase.css
var/httpd/htdocs/skins/Customer/default/css/DynamicFieldDatabase.css