-*- mode: org -*- #+TITLE: configuration git #+DESCRIPTION: documents - structuring, various output representations & search #+FILETAGS: :spine:hub: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] #+COPYRIGHT: Copyright (C) 2015 - 2022 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+ :mkdirp yes #+OPTIONS: H:3 num:nil toc:t \n:t ::t |:t ^:nil -:t f:t *:t - [[./doc-reform.org][doc-reform.org]] [[./][org/]] * spine ** .gitignore :gitignore: #+HEADER: :tangle "../.gitignore" #+BEGIN_SRC sh # git ls-files --others --exclude-from=.git/info/exclude ,* !.gitignore !README.md !README !COPYRIGHT !CHANGELOG !makefile !version.txt !configuration.txt !*.json !*.sdl !meson.build !tangle !*.org !*.d !*.rb !*.txt !conf.sdl !doc !doc/** !man !man/** !org !sundry !sundry/** !*.nix !nix !nix/** !.envrc !.envrc-local_ !.dr !.dr/* !src !src/** !data !data/* !data/src/** !data/src_yaml/** !data/pod/** !data/pod_yaml/** !*.sst !*.ssm !**/*.sst !**/*.ssm !subprojects !subprojects/*.wrap #!subprojects/*.meson.build #!subprojects/** !pod.manifest !sisu_document_make !config_local_site !sisudoc !views !docs/*.html !notes notes/** !notes/*.org !notes/sisu-description.sst !notes/reminders !notes/reminders/** .dub/** ,**/.dub/** ,**/cgi-bin/** tmp/** ,*_.org ,*_.d ,*_.txt ,*_ ,*.swp ,*~ ,*~ \#* ,*.\#* !.env !.env/local_ !.env/echo-nixNote #!*/ #\#* #*.\#* #.reggae/** #+END_SRC * spine search ** .gitignore :gitignore: #+HEADER: :tangle "../sundry/spine_search_cgi/.gitignore" #+BEGIN_SRC sh # git ls-files --others --exclude-from=.git/info/exclude ,* !.gitignore !README.md !README !COPYRIGHT !CHANGELOG !makefile !version.txt !*.json !*.sdl !meson.build !tangle !*.org !*.d !*.rb !*.txt !conf.sdl !*.nix !nix !nix/** !.envrc !src !src/** !*.sst !*.ssm !**/*.sst !**/*.ssm !config_local_site !views .dub/** ,**/.dub/** ,**/cgi-bin/** tmp/** ,*_.org ,*_.d ,*_.txt ,*_ ,*.swp ,*~ ,*~ \#* ,*.\#* !.envrc-local_ !src/spine_search.d_ #!*/ #\#* #*.\#* #.reggae/** #+END_SRC