Initial commit: factory skeleton + L0 install log (field-test 2026-05-06)
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Build artefacts (will appear once L1 Go binary is built)
|
||||
dist/*-linux-*
|
||||
dist/*-darwin-*
|
||||
dist/*-windows-*.exe.bak
|
||||
|
||||
# Local dev state
|
||||
*.log
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
|
||||
# Secrets — never commit
|
||||
secrets/
|
||||
*.pem
|
||||
*.key
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
Reference in New Issue
Block a user