- Add releases/worker_0.1.0_linux_amd64.tar.gz (327KB) - Update pkgs/worker/default.nix with real SHA256 hash - Add clear dotfiles integration instructions - Un-ignore releases/ for distribution via git forge Dotfiles can now fetch worker binary from: https://git.clarun.xyz/dan/skills/raw/branch/master/releases/worker_0.1.0_linux_amd64.tar.gz Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
35 lines
338 B
Plaintext
35 lines
338 B
Plaintext
# Skills repository .gitignore
|
|
|
|
# Nix
|
|
.direnv/
|
|
result
|
|
result-*
|
|
|
|
# Editor/IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
|
|
# Review gate state (transient)
|
|
.review-state/
|
|
.worker-state/
|
|
# Keep release tarballs in git for easy distribution
|
|
# releases/
|