diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-05 19:03:18 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-05 19:05:00 -0500 | 
| commit | f9fbc8ec513faa2071335962e046448e3f0d00a2 (patch) | |
| tree | 5b5a5705bfa283aaf4169b8b181f89cd731e6bae /org/config_git.org | |
| parent | 2025 (diff) | |
org blocks, identify syntax
Diffstat (limited to 'org/config_git.org')
| -rw-r--r-- | org/config_git.org | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/org/config_git.org b/org/config_git.org index 73aa26b..2f4d024 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -21,7 +21,7 @@  ** .gitignore :gitignore:  #+HEADER: :tangle "../.gitignore" -#+BEGIN_SRC sh +#+BEGIN_SRC gitignore  # git ls-files --others --exclude-from=.git/info/exclude  # git check-ignore -v flake.lock  # git clean -ix @@ -115,7 +115,7 @@ tmp/**  ** .gitattributes :gitattributes:  #+HEADER: :tangle "../.gitattributes" -#+BEGIN_SRC sh +#+BEGIN_SRC gitattributes  /org export-ignore  /subprojects export-ignore  /build export-ignore | 
