We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c04221 commit a909579Copy full SHA for a909579
1 file changed
.gitignore
@@ -37,9 +37,6 @@
37
# TypeScript incremental build info
38
*.tsbuildinfo
39
40
-# Early access images from docs-early-access repo
41
-assets/images/early-access/
42
-
43
# Accidentally committed file that should be ignored
44
assets/images/help/writing/unordered-list-rendered (1).png
45
@@ -52,15 +49,14 @@ blc_output_internal.log
52
49
# Old broken links report
53
50
broken_links.md
54
51
55
-# Early access content from docs-early-access repo
56
-content/early-access/
+# Early access sym-links to docs-early-access repo
+content/early-access
+data/early-access
+assets/images/early-access
57
58
# Test coverage reports
59
coverage/
60
61
-# Early access data from docs-early-access repo
62
-data/early-access/
63
64
# Cloned for Elasticsearch indexing data
65
docs-internal-data/
66
0 commit comments