-
Notifications
You must be signed in to change notification settings - Fork 164
/
.gitignore
85 lines (68 loc) · 1.3 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
.env
.env*.local
.project
.buildpath
.settings/
.vagrant/
auth.json
/.fleet
/vendor/
bin/fixtures.php
public/.htaccess
public/logos/*
/public/build
public/favicon.ico
.directory
.DS_Store
*~
.cache/
.composer/
.config/
.ixp-manager-installer-settingsrc
composer.phar
tools/installers/Vagrantfile
storage/.local
storage/grapher/
storage/files/*
storage/tmp/*
tools/perl-lib/IXPManager/MYMETA.yml
tools/perl-lib/IXPManager/Makefile
tools/perl-lib/IXPManager/blib/
tools/perl-lib/IXPManager/pm_to_blib
tools/perl-lib/IXPManager/ixpmanager.conf
config/contact_group.php
config/custom.php
config/grapher_cli.php
config/grapher_trunks.php
config/grapher_smokeping_overrides.php
config/ixp_tools.php
config/lookingglass.php
config/mailinglists.php
config/trustedproxy.php
ubuntu-*-cloudimg-console.log
.idea/workspace.xml
.idea/tasks.xml
.idea/codeStyles/
.idea/dataSources.local.xml
.idea/dataSources.xml
.idea/dataSources
.idea/inspectionProfiles
.idea/ixpv.iml
.idea/php.xml
.idea/symfony2.xml
.idea/composerJson.xml
.idea/misc.xml
# Let's not accidently add SQL dumps to Git
/*.sql.bz2
/*.sql.gz
/*.sql
/node_modules/
npm-debug.log
yarn-error.log
tools/docker/containers/mysql/docker.sql
.phpunit.result.cache
tests/Browser/ExampleTest.php
app/Console/Commands/Redcentric.php
.env.sage
.idea/httpRequests
.phpactor.json