mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
7 Commits
eba2dd2380
...
3b0f5b6764
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b0f5b6764 | ||
|
|
dcc0fc7bc2 | ||
|
|
314d381f1e | ||
|
|
6a98aacd54 | ||
|
|
9275edaddf | ||
|
|
74f147ee17 | ||
|
|
0a25801fa9 |
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
|
||||||
5
community/FreeCAD.gitignore
Normal file
5
community/FreeCAD.gitignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# FreeCAD backup and temporary files
|
||||||
|
*.FC.lock
|
||||||
|
*.bak
|
||||||
|
*.FCBak
|
||||||
|
*.tmp
|
||||||
Loading…
Reference in New Issue
Block a user