fix gitignore, add example machine-specific

This commit is contained in:
padreug 2025-11-01 21:47:22 +01:00
parent 1b1820fc09
commit 1e55c8fd88
9 changed files with 27 additions and 6 deletions

6
.gitignore vendored
View file

@ -2,7 +2,6 @@ build/
node_modules/
dist/
result
machine-specific
web-app
lnbits
lnbits-extensions
@ -15,11 +14,6 @@ krops.nix
# Copy example-build-local.nix to build-local.nix and customize
build-local.nix
# Machine-specific configurations (user creates these)
# Keep example-machine as a template
config/machines/*
!config/machines/example-machine/
# Secrets - only ignore unencrypted secrets
# Encrypted .age files are SAFE to commit
secrets/**/!(*.age)