Refactored gitignore to include gcp_keys directory but not it's contents

This commit is contained in:
VakarisZ 2019-09-13 16:40:43 +03:00
parent 9938ba9574
commit e0a38f3b19
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1 @@
gcp_keys/
logs/

4
envs/monkey_zoo/gcp_keys/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore