Open ShaynAli opened 6 years ago
The line !**.gitkeep in .gitignore does not serve to maintain empty folders (e.g. the logging folder), so either this should be fixed or else a utils file should be created to manage path and file creation.
!**.gitkeep
.gitignore
utils
The line
!**.gitkeep
in.gitignore
does not serve to maintain empty folders (e.g. the logging folder), so either this should be fixed or else autils
file should be created to manage path and file creation.