-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
38 lines (31 loc) · 1010 Bytes
/
.gitattributes
File metadata and controls
38 lines (31 loc) · 1010 Bytes
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
# Generated files by ADL CLI
# These files are automatically generated and should not be manually edited
# Core Go generated files
main.go linguist-generated=true
go.mod linguist-generated=true
go.sum linguist-generated=true
# Build and deployment files
Dockerfile linguist-generated=true
Taskfile.yml linguist-generated=true
.gitignore linguist-generated=true
# CI/CD workflows
.github/workflows/ci.yml linguist-generated=true
.github/workflows/cd.yml linguist-generated=true
.releaserc.yaml linguist-generated=true
# Kubernetes manifests
k8s/*.yaml linguist-generated=true
k8s/*.yml linguist-generated=true
# Agent capabilities
.well-known/agent-card.json linguist-generated=true
# Documentation (partially generated)
README.md linguist-documentation=true
# Preserve line endings for generated files
*.go text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.json text eol=lf
*.md text eol=lf
Dockerfile text eol=lf
Taskfile.yml text eol=lf
# Vendored
example/demo-site/index.html linguist-vendored=true