Compare commits

...

7 Commits

Author SHA1 Message Date
Abraham Ebijuni
3b0f5b6764
Merge 74f147ee17 into dcc0fc7bc2 2026-05-22 07:04:27 +01:00
Daniel Johnson
dcc0fc7bc2
Merge pull request #4700 from G0rocks/main
Add FreeCAD.gitignore file
2026-05-21 16:49:32 -07:00
G0rocks
314d381f1e Add *.FCBak to FreeCAD.gitignore 2026-05-03 16:26:41 +00:00
G0rocks
6a98aacd54 Move FreeCAD.gitignore to community folder 2026-05-03 16:24:48 +00:00
Huldar
9275edaddf
Merge branch 'github:main' into main 2026-05-03 16:22:36 +00:00
Abraham Ebijuni
74f147ee17
Add Daml.gitignore template 2025-10-14 07:21:43 +01:00
G0rocks
0a25801fa9 Add FreeCAD.gitignore file 2025-08-06 10:11:36 +00:00
2 changed files with 50 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

@ -0,0 +1,5 @@
# FreeCAD backup and temporary files
*.FC.lock
*.bak
*.FCBak
*.tmp