-
Notifications
You must be signed in to change notification settings - Fork 73
/
.gitignore
53 lines (44 loc) · 1.15 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
# Exclude misc files
*.bak
*.sw[po]
*~
*.tar.gz
.metadata
.site
install.log
launch.json
.idea/
# Exclude actual config files
etc/auth.db
etc/perms.db
etc/worldmap.db
etc/profiles
# Exclude main configuration file
etc/nagvis.ini.php
# Exclude all maps except the demo maps
etc/maps/*.cfg
!etc/maps/demo*.cfg
# Exclude all maps except the default automap
etc/automaps/*.cfg
!etc/automaps/__automap.cfg
!etc/automaps/demo*.cfg
# Exclude all background images except the default
share/nagvis/images/maps/*.png
!share/nagvis/images/maps/demo_background.png
!share/nagvis/images/maps/nagvis-demo.png
!share/nagvis/images/maps/geomap-thumb.png
# Exclude all shapes except the default
share/nagvis/images/shapes/*.png
share/nagvis/images/shapes/*.jpg
share/nagvis/images/shapes/*.gif
!share/nagvis/images/shapes/demo*.png
# Exclude all header/hover/context templates except the default
share/nagvis/templates/*/*.html
share/nagvis/templates/*/*.css
!share/nagvis/templates/*/tmpl.default.html
!share/nagvis/templates/*/tmpl.default.css
# Exclude all gadgets except the default
share/nagvis/gadgets/*.php
!share/nagvis/gadgets/std_speedometer.php
# Exclude all var contents
var/*