diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-13 19:37:20 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-13 19:37:20 +0000 |
| commit | baf774516fd81aaff1f8a998f20f9d6a706a638f (patch) | |
| tree | ed3f67ee269d95f4d99e3c6d5ed1faeb9d63be15 /.boring | |
| 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 '.boring')
| -rw-r--r-- | .boring | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +# OCaml +(^|/)_build($|/) +\.(a|annot|cma|cmi|cmo|cmx|cmxa|cmxs|o|merlin)$ + +# Nix +result*($|/) + +# Direnv +\.envrc$ +(^|/)\.direnv($|/) + +# NO to Docker +Dockerfile +docker-compose + +# NO to Microsoft +.*\.code-workspace +\.devcontainer/($|/) +(^|/).github($|/) +(^|/).vscode($|/) + +# NO to invasive configs +(^|/)\.husky($|/) +\.pre-commit-config.(yaml|yml)$ |
