forked from mantisbt/mantisbt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
71 lines (59 loc) · 1.05 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
# Config files
config/
mantis_offline.php
# Docbook builds
docbook/*/*/builddate
docbook/*/*/build
docbook/*/*/install
docbook/*/tmp
!docbook/Admin_Guide/*/config
# Local docbook from release tarballs
doc/en-US
# Untracked plugins
plugins/*
!plugins/Markdown
!plugins/ForceMonitor
!plugins/ShowAttacher
!plugins/MantisCoreFormatting
!plugins/MantisGraph
!plugins/XmlImportExport
!plugins/Gravatar
# IDE/Editor temporary files
*~
*.swp
*.bak
.buildpath
.cache
.project
.settings
.idea/
.vscode/
*.kdev4
nbproject/
# Python bytecode
__pycache__/
*.py[cod]
# MacOS
.DS_Store
# Libraries (outdated or installed via Composer)
library/FirePHPCore
library/ezc
library/adodb
library/disposable
library/parsedown
library/phpmailer
library/securimage
api/rest/swagger
# Composer
/vendor/
composer.phar
# PHPUnit
.phpunit.result.cache
# Settings below are for convenience when switching branches on Dev machines
# v1.2.x config files
config_inc.php
custom_constants_inc.php
custom_functions_inc.php
custom_relationships_inc.php
custom_strings_inc.php
api/soap/mc_config_inc.php