forked from DataDog/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
174 lines (141 loc) · 3.94 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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
# Hugo
public/
data/service_checks/
integrations_data
# Ignore generated examples
/examples
content/en/api/**/*.go
content/en/api/**/*.java
content/en/api/**/*.pybeta
content/en/api/**/*.rbbeta
# Ignoring all automated content
# Developers/integrations
content/en/developers/integrations/*.md
content/en/developers/amazon_cloudformation.md
# Agent section
content/en/agent/basic_agent_usage/ansible.md
content/en/agent/basic_agent_usage/chef.md
content/en/agent/basic_agent_usage/heroku.md
content/en/agent/basic_agent_usage/puppet.md
content/en/agent/basic_agent_usage/saltstack.md
# Tracing
content/en/tracing/setup_overview/setup/ruby.md
content/en/tracing/setup_overview/setup/android.md
content/en/tracing/setup_overview/setup/ios.md
# Log collection
content/en/logs/log_collection/android.md
content/en/logs/log_collection/ios.md
# Generated by build script
package-lock.json
# Ignoring all integrations file
content/en/integrations/*.md
data/integrations/
!data/integrations/docker_daemon.yaml
!content/en/integrations/_index.md
!content/en/integrations/cloudability.md
!content/en/integrations/cloudcheckr.md
!content/en/integrations/kubernetes.md
!content/en/integrations/rss.md
!content/en/integrations/system.md
!content/en/integrations/tcprtt.md
!content/en/integrations/adobe_experience_manager.md
!content/en/integrations/pivotal_platform.md
!content/en/integrations/alcide.md
!content/en/integrations/iam_access_analyzer.md
!content/en/integrations/kubernetes_audit_logs.md
!content/en/integrations/apigee.md
!content/en/integrations/snyk.md
# Ignore the marketplace images that get pulled
static/images/marketplace
# security rules
content/en/security_platform/default_rules/*.md
!content/en/security_platform/default_rules/_index.md
# compliance rules
content/en/compliance_monitoring/default_rules/*.md
!content/en/compliance_monitoring/default_rules/_index.md
# Logs
/logs/*
*.log
npm-debug.log*
# RUM
content/en/real_user_monitoring/android/_index.md
content/en/real_user_monitoring/android/data_collected.md
content/en/real_user_monitoring/android/advanced_configuration.md
content/en/real_user_monitoring/android/troubleshooting.md
content/en/real_user_monitoring/android/integrated_libraries.md
content/en/real_user_monitoring/error_tracking/android.md
content/en/real_user_monitoring/browser/_index.md
content/en/logs/log_collection/javascript.md
content/en/real_user_monitoring/ios.md
# serverless
content/en/serverless/forwarder.md
content/en/serverless/datadog_lambda_library/python.md
content/en/serverless/datadog_lambda_library/nodejs.md
content/en/serverless/datadog_lambda_library/ruby.md
content/en/serverless/datadog_lambda_library/go.md
content/en/serverless/datadog_lambda_library/java.md
content/en/serverless/serverless_integrations/plugin.md
content/en/serverless/serverless_integrations/macro.md
content/en/serverless/serverless_integrations/cli.md
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules
jspm_packages
# Optional npm cache directory
.npm
.config
/.node-gyp/
/.v8flags*
# Optional REPL history
.node_repl_history
*.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
*.DS_Store
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
.vscode
# jetbrains
.idea
# local dev
*.js.map
*.css.map
*.swp
# virtual env
/hugpython/
.python-version
# python Byte-compiled / optimized
__pycache__/
*.py[cod]
/DataDog-dogweb-*/
Makefile.config
data/permissions.json
static/images/integrations_logos/2020w2.pdf