-
-
Notifications
You must be signed in to change notification settings - Fork 94
/
.gitignore
72 lines (60 loc) · 1.18 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
# Created by .ignore support plugin (hsz.mobi)
.idea/
*.iml
tmp/
# Build process artifacts:
build
build/*
dist/*
composer.phar
composer.lock
!build/phpmd.xml
!build/phpunit.xml
!build/phpdox.xml
!build/phpcs.xml
!build/network-weathermap.doxy
vendor/*
!vendor/jquery-fastlivefilter/jquery.fastLiveFilter.js
node_modules/
docs/src/contents.xml
websrc/cacti-mgmt/node_modules
websrc/cacti-mgmt/build
websrc/cacti-mgmt/*.log
websrc/cacti-mgmt/yarn.lock
websrc/cacti-user/node_modules
websrc/cacti-user/yarn.lock
websrc/cacti-user/build
websrc/cacti-user/*.log
# Test artifacts
test-suite/results*
test-suite/diffs/*
test-suite/diffs-*/*
test-suite/summary.html
test-suite/summary-failing.html
test-suite/failing-images.txt
test-suite/references/*.conf
test-suite/tmp-*
reports/
# Generated output:
output/*
simple2.png
simple2.html
weathermap.html
releases
releases/*
.phan
*.tar.gz
dev/generated/
dev/docs/
dev/phpcs/
# Vagrant generated files:
dev/Vagrant/.vagrant
dev/Vagrant/*.log
dev/vagrant-testers/*.zip
dev/vagrant-testers/.vagrant/
# Vagrant local-only config
dev/Vagrant/settings.sh
dev/Vagrant/post-install.sh
dev/Vagrant/*-post-install.sql
# React generated files
cacti-resources/*/*.map