This website requires JavaScript.
Explore
Help
Register
Sign In
zyimm
/
HowToCook
Watch
1
Star
0
Fork
0
You've already forked HowToCook
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
79ee015707
HowToCook
/
.gitignore
8 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
CI: add textlint Instead of requesting changes in every pull requests and block them from merging, we are trying to automate the process of adding missing spaces between half and full-width characters using GitHub Actions. The main idea is: - Only run the workflow in the main repository (instead of other forks). - Try to fix all files using textlint. - Only commit files with .md extension. - Directly push the change to the master branch. Related projects: - https://github.com/textlint/textlint - https://github.com/textlint-ja/textlint-rule-preset-ja-spacing - https://github.com/sparanoid/chinese-copywriting-guidelines Related discussions: - https://github.com/Anduin2017/HowToCook/pull/88
2022-02-19 06:20:24 +00:00
# Dependency directories
node_modules/
gitignore: add .DS_Store The file is used in macOS to stores custom attributes of its containing folder and should not be committed to this repository. - https://github.com/github/gitignore/search?q=DS_Store - https://en.wikipedia.org/wiki/.DS_Store
2022-02-23 02:49:18 +00:00
.history
.DS_Store
adding support for mkdocs-material hosting/docs generation
2022-02-28 16:45:05 +00:00
site/
add .idea 、*.iml into gitignore
2022-03-28 06:22:44 +00:00
.idea
*.iml
Reference in New Issue
Copy Permalink