This repository has been archived on 2026-03-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
greywall/.gitignore

26 lines
229 B
Plaintext

# Binary (only at root, not cmd/fence or pkg/fence)
/fence
/fence_*
/fence-*
# Tar archives
*.tar.gz
# OS files
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Test artifacts
*.test
coverage.out
# GoReleaser
/dist/