From 3b6e0279c4afffc8b11cd7d881e0a8b6f43aa431 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 28 Sep 2022 18:33:09 -0400 Subject: org nix --- org/config_git.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'org/config_git.org') diff --git a/org/config_git.org b/org/config_git.org index abdfd33..18146d3 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -23,8 +23,10 @@ #+HEADER: :tangle "../.gitignore" #+BEGIN_SRC sh # git ls-files --others --exclude-from=.git/info/exclude +# git clean -ix ,* !.gitignore +!.gitattributes !README.md !README !COPYRIGHT @@ -51,6 +53,7 @@ !*.nix !nix !nix/** +!flake.lock !.envrc !.envrc-local_ !.dr @@ -111,6 +114,7 @@ tmp/** #+HEADER: :tangle "../sundry/spine_search_cgi/.gitignore" #+BEGIN_SRC sh # git ls-files --others --exclude-from=.git/info/exclude +# git clean -ix ,* !.gitignore !README.md @@ -131,6 +135,7 @@ tmp/** !*.nix !nix !nix/** +!flake.lock !.envrc !src !src/** -- cgit v1.2.3