all repos — erl @ d29d0816680a343ee47c40fa9ace8d80862ac412

Execute Reload Loop

feat: apply ignores from .gitignore/.ignore files

Alan Pearce
commit

d29d0816680a343ee47c40fa9ace8d80862ac412

parent

a52be32962b55478c31d6f4e1139e4ab4b140100

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 +)