feat: apply ignores from .gitignore/.ignore files
1 file changed, 7 insertions(+), 0 deletions(-)
changed files
A repository/repo-type.go
@@ -0,0 +1,7 @@ +package repository + +type RepoType int + +const ( + Git RepoType = iota +)