From 0bdc5bc67015d964bad839df12cd57c8b288e30d Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Sun, 13 Nov 2022 04:11:30 +0300 Subject: 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. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c5cf3e2..eff1d77 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3