diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-13 19:37:20 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-13 19:37:20 +0000 |
| commit | baf774516fd81aaff1f8a998f20f9d6a706a638f (patch) | |
| tree | ed3f67ee269d95f4d99e3c6d5ed1faeb9d63be15 /.ignore | |
| parent | 54072f0e01b2d3cd604cc0d9398e5b58c2b4dd83 (diff) | |
| download | nixtaml-baf774516fd81aaff1f8a998f20f9d6a706a638f.tar nixtaml-baf774516fd81aaff1f8a998f20f9d6a706a638f.tar.gz nixtaml-baf774516fd81aaff1f8a998f20f9d6a706a638f.tar.bz2 nixtaml-baf774516fd81aaff1f8a998f20f9d6a706a638f.tar.lz nixtaml-baf774516fd81aaff1f8a998f20f9d6a706a638f.tar.xz nixtaml-baf774516fd81aaff1f8a998f20f9d6a706a638f.tar.zst nixtaml-baf774516fd81aaff1f8a998f20f9d6a706a638f.zip | |
differentiating ignore vs. boring file & documenting
Diffstat (limited to '.ignore')
| -rw-r--r-- | .ignore | 31 |
1 files changed, 10 insertions, 21 deletions
@@ -1,25 +1,14 @@ -/_build +# Darcs +_darcs/ + +# OCaml +_build/ +*.(a|annot|cma|cmi|cmo|cmx|cmxa|cmxs|o|merlin) /result /result-* -/.direnv -/.envrc - -/tmp -/logs - -# NO to Microsoft -devcontainer.json -.*.code-workspace -.devcontainer -.github -.vscode - -# NO to Docker -Dockerfile -docker-compose +.direnv +.envrc -# NO to invasive configs -.husky -.pre-commit-config.yaml -.pre-commit-config.yml +tmp/ +logs/ |
