This website requires JavaScript.
Explore
Help
Register
Sign In
psi-jack
/
dotbot
Watch
1
Star
0
Fork
You've already forked dotbot
0
mirror of
synced
2024-11-26 01:55:34 -05:00
Code
Issues
Releases
Wiki
Activity
184976b965
dotbot
/
.gitmodules
5 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
Add YAML support Add support for YAML format configuration files. In addition, this commit adds instructions about YAML config files to the README, and it also changes the README to encourage use of YAML instead of JSON.
2014-10-27 20:04:00 -04:00
[submodule "lib/pyyaml"]
path = lib/pyyaml
Update lib/pyyaml submodule with the current `pyyaml` repository
2018-05-23 23:13:09 -04:00
url = https://github.com/yaml/pyyaml
Ignore dirty pyyaml submodule When used, pyyaml generates *.pyc files, which will cause the submodule to appear as dirty. This will bubble all the way up to any parent repository that include Dotbot as a submodule. This change makes it so that changes in the pyyaml repository do not cause the parent repository to appear to have modified files.
2014-11-20 10:26:25 -05:00
ignore = dirty
Reference in a new issue
Copy permalink