This commit is contained in:
Abraham Ebijuni 2026-01-24 02:16:32 +00:00 committed by GitHub
commit 9b88e92397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

45
Daml.gitignore Normal file
View file

@ -0,0 +1,45 @@
# Daml.gitignore
# Recommended .gitignore template for Daml (Digital Asset Modelling Language) projects.
# Website: https://www.digitalasset.com/developers
# Documentation: https://docs.daml.com
# === Daml build artefacts ===
.daml/
.daml/dist/
.daml/state/
.daml/package-database/
.daml/ledger/
.daml/dependencies/
.daml/deploy/
# === Sandbox / JSON API logs & state ===
sandbox.log
json-api.log
navigator.log
sandbox-state/
ledger-state/
# === IDE / Editor junk ===
.idea/
.vscode/
*.iml
*.swp
*~
# === OS / Misc ===
.DS_Store
Thumbs.db
# === Environment & credentials ===
.env
*.jwt
*.pem
*.key
*.crt
# === Temporary files ===
tmp/
logs/
*.log
*.bak
*.tmp