diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-27 13:38:06 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-27 23:18:05 -0500 |
commit | 69d8f2d64be94c722f546b023094ff7d48cd9383 (patch) | |
tree | a75efb66fe6585e6a40458bd4918efa8a5d68692 /.gitattributes | |
parent | nix & build housekeeping, alternative D compilers (diff) |
nix flake & build, devShells etc.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index d157ce9..d883b29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ /org export-ignore .gitattributes export-ignore -.gitignore export-ignore +#.gitignore export-ignore tangle export-ignore +flake.lock export-ignore |