diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-30 10:15:11 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-30 10:54:44 +0200 |
| commit | 8def55357436b0f6a7265af9e11663d95246e7eb (patch) | |
| tree | 6e195ef2915072d6272d8ec9b839b1bf6c11be6a /.gitignore | |
| download | colitur-8def55357436b0f6a7265af9e11663d95246e7eb.tar.gz colitur-8def55357436b0f6a7265af9e11663d95246e7eb.zip | |
chore: initialize repo (design + research docs kept local)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f46b222 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Preparatory/design/research material — kept local, NOT published: +# the design spec, brainstorming notes, and copyrighted normative-source scans. +docs/ + +# OCaml / dune build artifacts +_build/ +*.install +*.merlin + +# OS / editor cruft +.DS_Store +*~ +*.swp |
