This website requires JavaScript.
Explore
Help
Register
Sign In
King_Tech
/
HowToCook
Watch
1
Star
0
Fork
0
You've already forked HowToCook
mirror of
https://github.com/Anduin2017/HowToCook.git
synced
2025-02-08 02:39:22 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
master
HowToCook
/
.gitignore
9 lines
87 B
Plaintext
Raw
Permalink
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 14:20:24 +08: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 10:49:18 +08:00
.history
.DS_Store
adding support for mkdocs-material hosting/docs generation
2022-03-01 00:45:05 +08:00
site/
add .idea 、*.iml into gitignore
2022-03-28 14:22:44 +08:00
.idea
chore: Update Dockerfile to use GitHub Container Registry for image build and push
2024-06-03 20:37:05 +08:00
*.iml
mkdocs.yml
Reference in New Issue
Copy Permalink