feat: add ini.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-10-25 17:03:30 +08:00
parent f875a335e1
commit 09f57d1848
4 changed files with 162 additions and 2 deletions

View File

@ -523,4 +523,6 @@ YAML 参考
- [YAML Reference Card](https://yaml.org/refcard.html) _(yaml.org)_
- [Learn X in Y minutes](https://learnxinyminutes.com/docs/yaml/) _(learnxinyminutes.com)_
- [YAML lint online](http://www.yamllint.com/) _(yamllint.com)_
- [YAML lint online](http://www.yamllint.com/) _(yamllint.com)_
- [INI 格式配置文件备忘清单](./ini.md) _(jaywcjlove.github.io)_
- [TOML 格式配置文件备忘清单](./toml.md) _(jaywcjlove.github.io)_