mirror of
https://github.com/github/gitignore.git
synced 2026-08-28 18:57:20 +02:00
Merge 74f147ee17 into 57286c3887
This commit is contained in:
commit
a8a6b9ad51
45
Daml.gitignore
Normal file
45
Daml.gitignore
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user