diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-05 19:04:32 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-05 19:04:32 -0500 |
commit | fc98b6d48f13d0ac29e096b52e3c3c49aacc05c9 (patch) | |
tree | 6da43a6a9feefe34f1b1618dccbbb7600833fdff /org/config_git.org | |
parent | 2025 (diff) |
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 53c166d..778dce1 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -19,7 +19,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 @@ -91,7 +91,7 @@ tmp/** ** .gitattributes :gitattributes: #+HEADER: :tangle "../.gitattributes" -#+BEGIN_SRC sh +#+BEGIN_SRC gitattributes /org export-ignore .gitattributes export-ignore /.dub export-ignore |