diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-19 21:27:17 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-31 21:55:43 -0500 |
commit | da6f5d079e01906fb5dc558390659557a869df8f (patch) | |
tree | 35b99248cf1ba78b52474bea960f92984ff721c7 /.gitattributes | |
parent | sort how you want this to be (diff) |
nix flake, things nix
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index db88acf..01262ec 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ /org export-ignore -/subprojects export-ignore -/build export-ignore .gitattributes export-ignore +#.gitignore export-ignore tangle export-ignore -flake.lock export-ignore +#flake.lock export-ignore +/build export-ignore |