mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
12 Commits
9c3e40e19d
...
b783759b45
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b783759b45 | ||
|
|
e9c620b9f6 | ||
|
|
5853962226 | ||
|
|
c5bf3caf29 | ||
|
|
7514684825 | ||
|
|
ad49657df2 | ||
|
|
9ffced6030 | ||
|
|
49990d1d63 | ||
|
|
3d21cef359 | ||
|
|
de90107f1a | ||
|
|
9aa86b4610 | ||
|
|
74f147ee17 |
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
|
||||
@ -7,7 +7,7 @@ release.properties
|
||||
dependency-reduced-pom.xml
|
||||
buildNumber.properties
|
||||
.mvn/timing.properties
|
||||
# https://maven.apache.org/wrapper/#usage-without-binary-jar
|
||||
# https://maven.apache.org/tools/wrapper/#Usage_with_or_without_Binary_JAR
|
||||
.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
# Eclipse m2e generated files
|
||||
|
||||
@ -4,3 +4,6 @@ result-*
|
||||
|
||||
# Ignore automatically generated direnv output
|
||||
.direnv
|
||||
|
||||
# Ignore NixOS interactive test driver history
|
||||
**/.nixos-test-history
|
||||
|
||||
@ -75,6 +75,11 @@ acs-*.bib
|
||||
# comment
|
||||
*.cut
|
||||
|
||||
# context
|
||||
*.tuc
|
||||
*.tui
|
||||
*.tuo
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user