Add flag Find all Markdown files, Ignore ts/te tags, Automatically at the end/head of the file.#117
Open
yiranzai wants to merge 1 commit intoekalinin:masterfrom
Open
Add flag Find all Markdown files, Ignore ts/te tags, Automatically at the end/head of the file.#117yiranzai wants to merge 1 commit intoekalinin:masterfrom
yiranzai wants to merge 1 commit intoekalinin:masterfrom
Conversation
--auto Ignore ts/te tags, Automatically at the end/head of the file --head The TOC is generated in the header of the file, requires --auto
Author
|
The |
ekalinin
reviewed
Mar 27, 2022
| # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | ||
|
|
||
| # User-specific stuff | ||
| .idea |
Owner
There was a problem hiding this comment.
This file should contain repository-specific ignore patterns. Please use global ignore file for editors, etc: https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer
There was a problem hiding this comment.
@yiranzai to configure a global Gitignore, here is an example:
mkdir -p ~/.config/git
curl -s \
https://raw.githubusercontent.com/github/gitignore/master/{Global/JetBrains,Global/Vim,Global/VisualStudioCode,Global/macOS,Python,Terraform,Node}.gitignore \
> ~/.config/git/ignoreThen try reverting this .gitignore's changes and seeing what remains in the diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
--all Find all Markdown files for non-hidden folders
--auto Ignore ts/te tags, Automatically at the end/head of the file
--head The TOC is generated in the header of the file, requires --auto
just pr and can close #115