diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-07 22:04:29 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-07 22:12:22 -0400 |
commit | 96908aa220a4fd2fa421f34d04bc9e7139c89961 (patch) | |
tree | 747029c9c6772e7eaf62eea4bb323d1e3376a618 /.gitignore | |
parent | nix flake rsh (diff) |
updates to nix flake, envrc-nix, gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -25,6 +25,7 @@ !conf/ !conf/** !*.json +!*.md !*.org !org/ !org/*.org @@ -74,13 +75,26 @@ *.gem *.gemspec !sisu.gemspec -*_.rb -*.rb_ 0???-*.patch *.gz *.xz *_ .* +*_.org +*_.nix +*_.rb +*.rb_ +*_.txt +*_.md +*_ +*.swp +*~ +\#* +*.\#* +#!*/ +#\#* +#*.\#* +tmp/** !.gitignore !.gitattributes !.envrc |