Skip to content

Commit b910f3d

Browse files
committed
Enhance TFO Agent v1.1.2 integration & Rebuild Pipeline
0 parents  commit b910f3d

File tree

174 files changed

+91580
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+91580
-0
lines changed

.dockerignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# TelemetryFlow Agent - Docker Ignore
2+
3+
# Git
4+
.git
5+
.gitignore
6+
.gitattributes
7+
8+
# Build artifacts (not source)
9+
/build/
10+
/dist/
11+
12+
# Documentation
13+
*.md
14+
LICENSE
15+
16+
# IDE
17+
.idea/
18+
.vscode/
19+
20+
# OS files
21+
.DS_Store
22+
Thumbs.db
23+
24+
# Test artifacts
25+
*.test
26+
coverage.out
27+
coverage.html
28+
29+
# Logs
30+
*.log
31+
logs/
32+
33+
# Local config
34+
tfo-agent.local.yaml
35+
*.secret.yaml
36+
37+
# Buffer data
38+
/buffer/
39+
40+
# Docker files (avoid recursive builds)
41+
Dockerfile*
42+
docker-compose*.yaml
43+
docker-compose*.yml

0 commit comments

Comments
 (0)