-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy path.gitignore
124 lines (113 loc) · 1.96 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
.gitconfig
var/log/error_log
var/log/ssl_request_log
.project
.sublimelinterrc
.externalToolBuilders
.gnupg
.lesshst
.settings
.includepath
.DS_Store
.profile
.vstags
.vscode
.vim*
# files that might be generated during development
build.log
otobo.iml
*.out
*.err
git-*.txt
tmp-cpan-lib
# Editor swap files
*.swn
*.swp
*.swo
*~
# OTOBO
.procmailrc
/ARCHIVE
doc/manual/en
Kernel/Config/Backups/
Kernel/Config/Files/ZZZ*.pm
Kernel/Config/Files/User/*
Kernel/Config/GenericAgent.pm
Kernel/Config.pm
Kernel/Language/*.old
bin/cgi-bin/.htaccess
var/virtualfs
var/run
var/log/*.log
var/log/Daemon/*.log
var/OPM
var/Stats
var/tmp/*
var/httpd/htdocs/SeleniumScreenshots/
var/httpd/htdocs/js/thirdparty/jslint
var/httpd/htdocs/js/js-cache
var/httpd/htdocs/skins/*/*/css-cache
var/sessions/Data*
var/sessions/State*
var/article/*
var/cron/*
!var/cron/*.dist
# locally installed Perl module
local
# Fred
Fred.sopm
CHANGES-Fred
doc/en/Fred.xml
doc/en/Fred.pdf
Kernel/Output/HTML/FilterContent/Fred.pm
Kernel/Output/HTML/Fred/*
Kernel/Output/HTML/Templates/Standard/DevelFred*
Kernel/Config/Files/AAAFred.pm
Kernel/Config/Files/Fred.xml
Kernel/Config/Files/XML/Fred.xml
Kernel/Modules/DevelFred.pm
Kernel/System/Fred
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
# CodePolicy
.tidyall.d
perltidy.LOG.old
bin/otobo.CodePolicy.pl
Kernel/cpan-lib/Perl/Tidy*
TidyAll
Kernel/cpan-lib/Locale/PO.pm
scripts/install-git-hooks.pl
scripts/uninstall-git-hooks.pl
CodePolicy*
OTOBOCodePolicy*
perltidy.LOG
# ITSM
var/stats/*.xml.installed
bin/CodeInstall.pl
bin/ModuleCode.pl
bin/DatabaseInstall.pl
# ContinuousIntegrationProvisioner (vagrant VMs)
.cache
.ssh
.viminfo
.bash*
.mysql_history
.passwd
backup_es
# Docker
.env
.env_*
var/opm/
# Temporary files while running the unit tests
bin/otobo.CheckDB.pl
DeleteMePlease
Test
!/scripts/test
# in case somebody generated keys or certificates
*.cert
*.crt
*.csr
*.key
*.pem