aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-11-13 04:11:30 +0300
committerFrederick Muriuki Muriithi2022-11-13 04:11:30 +0300
commit0bdc5bc67015d964bad839df12cd57c8b288e30d (patch)
tree26cbb291b52878830801d3d130cb1f0cc3ba3b6d /.gitignore
parent3bc52c3c6fb86f599f1f086fb62009a0af562f41 (diff)
downloadgenenetwork3-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--.gitignore5
1 files changed, 4 insertions, 1 deletions
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