diff options
author | Frederick Muriuki Muriithi | 2022-11-13 04:11:30 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-11-13 04:11:30 +0300 |
commit | 0bdc5bc67015d964bad839df12cd57c8b288e30d (patch) | |
tree | 26cbb291b52878830801d3d130cb1f0cc3ba3b6d /.gitignore | |
parent | 3bc52c3c6fb86f599f1f086fb62009a0af562f41 (diff) | |
download | genenetwork3-0bdc5bc67015d964bad839df12cd57c8b288e30d.tar.gz |
Documentation: Explain how to run migrations
* .gitignore: ignore all yoyo configuration files
* README.md: Update documentation
* yoyo.auth.ini: stop tracking the yoyo configuration file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -181,4 +181,7 @@ dmypy.json .pyre/ # emacs temporary files -/**/*~
\ No newline at end of file +/**/*~ + +# yoyo configs +/**/yoyo*.ini
\ No newline at end of file |