fix gitignore, add example machine-specific
This commit is contained in:
parent
1b1820fc09
commit
1e55c8fd88
9 changed files with 27 additions and 6 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue