gitignore

Configuration for the .gitignore file.

Functions:

make_gitignore(repo_path, templates)

Add .gitignore file to the given repository.

make_gitignore(repo_path, templates)[source]

Add .gitignore file to the given repository.

Parameters
  • repo_path (Path) – Path to the repository root.

  • templates (Environment)

Return type

List[str]