-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (50 loc) · 1.04 KB
/
.gitignore
File metadata and controls
65 lines (50 loc) · 1.04 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
# Jekyll build output - should only exist in gh-pages branch
_site/
.jekyll-cache/
_projects/
built/
build/
# Bundler
.bundle/
vendor/
.vendor/
# macOS
.DS_Store
# IDE
.vscode/
.idea/
# Temporary paths
*.tmp
*.bak
# Agent files (mostly ephemeral)
.warp/
.agent/
# DO track team-shared files
!.agent/team/
# Logs
*.log
# Markdown files (except important docs)
*.md
./!AGENTS.md
# DocOps Lab vendor files
.config/.vendor/
# Generated config files (merged from base + local)
.config/vale.ini
.config/htmlproofer.yml
# Gem content paths
gems/**/pkg/
# Generated documentation for gem (built from source during gem build)
gems/docopslab-dev/docs/agent/
# These docs should get released to a separate branch
# Local library staging directory (populated by gemdo:push:library:stage)
.library/
# Test files
gems/docopslab-dev/specs/tests/fixtures/library
# Build artifacts - generated by CI/scripts
artifacts/
tmp/
# Aggregated feed data - generated by GitHub Actions only
_data/combined_posts.json
feeds/aggregate.xml
# DocOps Lab vendor files
scripts/.vendor/