Compare commits

...

4 Commits

Author SHA1 Message Date
Abraham Ebijuni
a8a6b9ad51
Merge 74f147ee17 into 57286c3887 2026-07-23 18:35:29 +01:00
Devin Dooley
57286c3887
Merge pull request #4873 from lissy93-forks/updates-laravel-phpcache-dir
Updates missing .phpunit.cache dir for newer laravel
2026-07-23 09:06:44 -07:00
Alicia Sykes
90db345f0d Updates missing .phpunit.cache dir for newer laravel 2026-06-07 21:00:00 +01:00
Abraham Ebijuni
74f147ee17
Add Daml.gitignore template 2025-10-14 07:21:43 +01:00
2 changed files with 46 additions and 0 deletions

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

View File

@ -21,6 +21,7 @@ Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
/.phpunit.cache
/public/build
/storage/pail