Skip to content

Commit d8b6b2d

Browse files
committed
fix(git): don't ignore the config README
need this file so Docker volume sharing in Linux doesn't clobber permissions
1 parent b1e8ca5 commit d8b6b2d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.config/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
GYB-GMail-Backup-*/
22
__pycache__
3-
.config
3+
.config/*
4+
!.config/README.md
45
.coverage
56
.downloads
67
.pytest_cache

0 commit comments

Comments
 (0)