We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e8ca5 commit d8b6b2dCopy full SHA for d8b6b2d
.config/README.md
@@ -0,0 +1,6 @@
1
+# `.config` directory
2
+
3
+This directory is where local GAM and GYB configuration is stored.
4
5
+The directoy's contents (except for this README) are ignored in `.gitignore` to
6
+avoid committing sensitive information.
.gitignore
@@ -1,6 +1,7 @@
GYB-GMail-Backup-*/
__pycache__
-.config
+.config/*
+!.config/README.md
.coverage
.downloads
7
.pytest_cache
0 commit comments