From 2dd7bcc4e0a068ab2ad56b38775b2fe7d094e724 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 27 Jan 2023 14:02:44 -0500 Subject: nix flake & build, devShells etc. --- org/config_git.org | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'org/config_git.org') diff --git a/org/config_git.org b/org/config_git.org index 7842340..460b91d 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -25,13 +25,15 @@ # git clean -ix # find . -name "*_" | xargs rm -rf # find . -name "*.o" | xargs rm -rf -* +,* !.gitignore !.gitattributes !nix/** !*.nix !flake.lock !.envrc +!.env +!.env/** !README.md !README !COPYRIGHT @@ -58,18 +60,18 @@ !config_local_site !views .dub/** -**/.dub/** -**/cgi-bin/** +,**/.dub/** +,**/cgi-bin/** tmp/** -*_.org -*_.nix -*_.d -*_.txt -*_ -*.swp -*~ +,*_.org +,*_.nix +,*_.d +,*_.txt +,*_ +,*.swp +,*~ \#* -*.\#* +,*.\#* !.envrc-local_ !src/spine_search.d_ #!*/ -- cgit v1.2.3