1 2 3 4 5 6 7 8 9 10 11
# Ignore anything beginning with a dot: these are usually temporary or # unimportant. .* # Exceptions to the rule above: files we care about that would otherwise be # excluded. !.gitignore !.github # go-fuzz build artifacts. *-fuzz.zip