add my notes and update spell
This commit is contained in:
parent
80a6040b84
commit
78651157d7
5 changed files with 82 additions and 0 deletions
19
my-docs-.ignore-file-for-marksman
Normal file
19
my-docs-.ignore-file-for-marksman
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# This is to reverse the .gitignore in the ClickHouse-docs repo, as
|
||||
# the marksman LSP ignores dirs in the .gitignore when checking
|
||||
# for links for markdown files. This file (.ignore) gets processed
|
||||
# after .gitignore, so the negation (`!`) of the path fixes the issue
|
||||
# created by copying the files into the clickhouse-docs directory
|
||||
# structure
|
||||
|
||||
# place at root dir of the markdown project, for example:
|
||||
# $GITHUB/clickhouse-docs/.ignore
|
||||
|
||||
!docs/en/development
|
||||
!docs/en/engines
|
||||
!docs/en/getting-started
|
||||
!docs/en/interfaces
|
||||
!docs/en/operations
|
||||
!docs/en/sql-reference
|
||||
docs/ru
|
||||
docs/zh
|
||||
docs/_clients
|
||||
Loading…
Add table
Add a link
Reference in a new issue