diff options
Diffstat (limited to 'org/config_git.org')
| -rw-r--r-- | org/config_git.org | 49 |
1 files changed, 37 insertions, 12 deletions
diff --git a/org/config_git.org b/org/config_git.org index a57f9d3..0ecab2f 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -4,16 +4,16 @@ #+FILETAGS: :spine:hub: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah +#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty -#+PROPERTY: header-args :exports code -#+PROPERTY: header-args+ :noweb yes -#+PROPERTY: header-args+ :results no -#+PROPERTY: header-args+ :cache no -#+PROPERTY: header-args+ :padline no +#+PROPERTY: header-args+ :eval never-export :exports code +#+PROPERTY: header-args+ :noweb yes :padline no +#+PROPERTY: header-args+ :results silent :cache no #+PROPERTY: header-args+ :mkdirp yes #+OPTIONS: H:3 num:nil toc:t \n:t ::t |:t ^:nil -:t f:t *:t +- magic single double-quote → " ← FIX changes hilighting behavior (occuring + after it) in org document. INVESTIGATE (org-mode CONFIG?) FIND & FIX * git - spine markup samples ** .gitignore :gitignore: @@ -21,6 +21,7 @@ #+HEADER: :tangle "../.gitignore" #+BEGIN_SRC gitignore # git ls-files --others --exclude-from=.git/info/exclude +# git ls-files --others --ignored --exclude-standard --directory # git check-ignore -v flake.lock # git clean -ix # find . -name "*_" | xargs rm -rf @@ -28,6 +29,7 @@ ,* !.gitignore !.gitattributes +!.editorconfig !nix/** !*.nix !flake.lock @@ -44,12 +46,12 @@ !configuration.txt !*.json !*.sdl -!*.md -!*.txt !tangle !*.org !org !org/*.org +!*.md +!*.txt !.dr !.dr/* !markup/ @@ -92,6 +94,30 @@ !markup/pod-samples/pod/*/tools/po4a/po/*/index.html.in.po !markup/pod-samples/pod/.dr !markup/pod-samples/pod/.dr/* +#!markup/pod-samples-playground/ +#!markup/pod-samples-playground/* +#!markup/pod-samples-playground/*/ +#!markup/pod-samples-playground/*/pod/ +#!markup/pod-samples-playground/*/pod +#!markup/pod-samples-playground/*/pod/**/ +#!markup/pod-samples-playground/*/pod/**/* +#!markup/pod-samples-playground/*/pod/**/pod.manifest +#!markup/pod-samples-playground/*/pod/**/pod.manifest +#!markup/pod-samples-playground/*/pod/**/conf/ +#!markup/pod-samples-playground/*/pod/**/conf/document_make +#!markup/pod-samples-playground/*/pod/**/media/ +#!markup/pod-samples-playground/*/pod/**/media/text/ +#!markup/pod-samples-playground/*/pod/**/media/text/*/ +#!markup/pod-samples-playground/*/pod/**/media/text/*/*.sst +#!markup/pod-samples-playground/*/pod/**/media/text/*/*.ssm +#!markup/pod-samples-playground/*/pod/**/media/text/*/*.ssi +#!markup/pod-samples-playground/*/pod/**/media/image/ +#!markup/pod-samples-playground/*/pod/**/media/image/*.png +#!markup/pod-samples-playground/*/pod/**/media/image/*.jpg +#!markup/pod-samples-playground/*/pod/**/media/image/*.PNG +#!markup/pod-samples-playground/*/pod/**/media/image/*.JPG +#!markup/pod-samples-playground/*/pod/.dr +#!markup/pod-samples-playground/*/pod/.dr/* !markup/non-pod-samples/ !markup/non-pod-samples/*.sst !markup/non-pod-samples/image/ @@ -105,18 +131,17 @@ ,**/.dub/** tmp/** ,*_.org -,*_.md -,*_.txt -,*_.json ,*_.nix ,*_.d +,*_.md ,*_.txt +,*_.json ,*_ +!.envrc-local_ ,*.swp ,*~ \#* ,*.\#* -!.envrc-local_ #!*/ #\#* #*.\#* |
