gitignore icon indicating copy to clipboard operation
gitignore copied to clipboard

Add Daml.gitignore template

Open abrahamebij opened this issue 2 months ago • 0 comments

Reasons for making this change

Daml (Digital Asset Modelling Language) is an open-source smart contract language used to build distributed ledger applications. This template helps Daml developers avoid committing build artefacts, ledger state files, IDE settings, and private credentials that are generated by daml build, daml start, and related commands.

Links to documentation supporting these rule changes

  • Daml Documentation: https://docs.daml.com
  • Daml SDK GitHub: https://github.com/digital-asset/daml

Example .gitignore references:

  • https://github.com/digital-asset/daml/blob/main/.gitignore
  • https://github.com/digital-asset/create-daml-app/blob/main/.gitignore

Link to application or project’s homepage: https://www.digitalasset.com/developers

abrahamebij avatar Oct 14 '25 06:10 abrahamebij