diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 37 |
1 files changed, 31 insertions, 6 deletions
@@ -1,4 +1,5 @@ # 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 @@ -6,6 +7,7 @@ * !.gitignore !.gitattributes +!.editorconfig !nix/** !*.nix !flake.lock @@ -22,12 +24,12 @@ !configuration.txt !*.json !*.sdl -!*.md -!*.txt !tangle !*.org !org !org/*.org +!*.md +!*.txt !.dr !.dr/* !markup/ @@ -70,6 +72,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/ @@ -83,18 +109,17 @@ **/.dub/** tmp/** *_.org -*_.md -*_.txt -*_.json *_.nix *_.d +*_.md *_.txt +*_.json *_ +!.envrc-local_ *.swp *~ \#* *.\#* -!.envrc-local_ #!*/ #\#* #*.\#* |
