19 lines
241 B
Plaintext
19 lines
241 B
Plaintext
# 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
|