-
Notifications
You must be signed in to change notification settings - Fork 178
Expand file tree
/
Copy path.gitignore
More file actions
138 lines (99 loc) · 2.3 KB
/
.gitignore
File metadata and controls
138 lines (99 loc) · 2.3 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
/.env
/.env.barryo
/.env*.local
/.env.by-vagrant.*
/.env.sage
/.project
/.buildpath
/.settings/
/.phpunit.cache/
/vendor/
/public/.htaccess
/public/logos/*
/public/build
/public/favicon.ico
/.junie
.directory
.DS_Store
.vagrant/
*~
*.rrd
.cache/
.composer/
.config/
.ixp-manager-installer-settingsrc
composer.phar
/tools/installers/Vagrantfile
/.phpstorm.meta.php/laravel.meta.php
/_ide_helper.php
/storage/.local
/storage/grapher/
/storage/files/*
/storage/tmp/*
/tests/Browser/ExampleTest.php
/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
# 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
/app/Console/Commands/Redcentric.php
.idea/httpRequests
.phpactor.json
/.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
# ########################################################################
# JetBrains.gitignore
#
# https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# Covers JetBrains IDEs: IntelliJ, GoLand, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# AWS User-specific
.idea/**/aws.xml
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Editor-based HTTP Client
.idea/httpRequests
http-client.private.env.json