This repository was archived by the owner on Jan 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (67 loc) · 1.58 KB
/
.gitignore
File metadata and controls
67 lines (67 loc) · 1.58 KB
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
.settings/org.eclipse.php.core.prefs
.settings/org.eclipse.php.server.core.phpServersPrefs.prefs
.settings/org.eclipse.php.debug.core.Debug_Process_Preferences.prefs
autom4te.cache/
app/cache/config/*.php
app/cache/*
app/data/log/
./log/
app/config.php
app/data/tmp
app/config/icinga.xml
app/config/databases.xml
app/config/settings.xml
app/config/settings.site.xml
app/config/translation.site.xml
app/config/translation.xml
app/config/factories.xml
app/config/logging.xml
app/modules/Web/config/icinga-io.xml
app/modules/AppKit/config/auth.xml
app/modules/AppKit/cache/Widgets/SquishLoader.xml
app/modules/Api/lib/.ssh/*
app/modules/Api/config/module.site.xml
app/modules/Api/config/access.xml
app/modules/Api/config/module.xml
app/modules/Api/config/views.xml
app/modules/AppKit/config/module.xml
app/modules/Config/config/module.xml
app/modules/Cronks/config/module.xml
app/modules/Reporting/config/module.xml
app/modules/Web/config/module.xml
app/modules/AppKit/config/module.site.xml
app/modules/Web/config/module.site.xml
app/modules/Cronks/config/module.site.xml
app/modules/Reporting/data/tmp
etc/conf.d/access.xml
etc/conf.d/sla.xml
etc/conf.d/databases.xml
bin/clearcache.sh
icinga-web.session
icinga-web.webprj
Makefile
config.log
config.status
etc/build.properties
etc/conf.d/access.xml
etc/conf.d/databases.xml
etc/conf.d/Makefile
etc/conf.d/sla.xml
antbuild.log
tests/phpunit/test.properties
tests/php/results.xml
etc/apache2/icinga-web.conf
icinga-web.mwb.bak
etc/scheduler/icingaCron
lib/icingaScheduler/config.php
.build
*~
*.swp
**/*.log
#*
.#*
.settings/
nbproject/private/
.idea/
.DS_Store
.vagrant/