Skip to content

Commit 1f31d84

Browse files
committed
Exclude useless files from the specification build.
1 parent 27c417c commit 1f31d84

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: docs/_spec/_config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ markdown: redcarpet
99
encoding: utf-8
1010
redcarpet:
1111
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data", "strikethrough", "lax_spacing", "space_after_headers", "superscript", "footnotes", "disable_indented_code_blocks"]
12+
exclude:
13+
- APPLIEDreference
14+
- TODOreference
15+
- docker-compose.yml
16+
- Dockerfile
17+
- Gemfile
18+
- Gemfile.lock
19+
- README.md
20+
- spec-toc.xslt
21+
- package.json
22+
- package-lock.json
23+
- node_modules

0 commit comments

Comments
 (0)