From 064a1d01c5c14f5ecc032fa9b8346a4a88b893f6 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Thu, 22 Jan 2026 22:07:32 +0100 Subject: witryna 0.1.0 — initial release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minimalist Git-based static site deployment orchestrator. Webhook-triggered builds in Podman/Docker containers with atomic symlink publishing, SIGHUP hot-reload, and zero-downtime deploys. See README.md for usage, CHANGELOG.md for details. --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0abb5a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Build artifacts +/target + +# IDE +.idea/ +.vscode/ +.claude/settings.local.json +*.swp +*.swo + +# Environment +.env +.env.local + +# Config files with secrets +/witryna.toml + +# OS +.DS_Store +Thumbs.db + +# Internal docs (AI task tracking, absorbed into AGENTS.md) +SPRINT.md +ARCHITECTURE.md + +# Temporary files +/tmp/ -- cgit v1.2.3