Ignore the entirety of games/ but for its games/README.md file

This commit is contained in:
D. Joe 2020-09-15 12:37:46 -04:00
parent 9fc3ac50ec
commit 46eed526a0
2 changed files with 15 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
games/*
!games/README.md

13
games/README.md Normal file
View File

@ -0,0 +1,13 @@
The subdirectories of subfolders in which individual games are played are
stored here in `games/`.
These are meant to be their own self-contained repositories.
They are not
meant to be tracked at a higher level, within the enclosing repositories
that contain templates and game instructions and so forth.
So everyghing within this `games/` subfolder is ignored in the enclosing repositories save for this **README**
file.