This repository has been archived on 2025-07-21. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
goblin/.gitignore

17 lines
173 B
Text

# ignore user config
config.yaml
# ignore saved pastes
pastes/
# ignore built binary
goblin
# ignore logs directory
logs/
# ignore nix build artifacts
result
result-*