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