Adds two new auxiliary checks:
check_for_missing_gitignore_file- checks for missing.gitignorefile in root of repository which could lead to accidentally committing sensitive folders/files to repository.check_for_missing_dockerignore_file- checks for missing.dockerignorefile in root of repository which could lead to accidentally committing sensitive folders/files into your containerized applications.