diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-29 15:17:17 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-29 15:17:28 -0500 |
commit | a31b6c8270e141f09f56d52e5f11c80880573d25 (patch) | |
tree | 3deccb2f7a214b46b7225d39af6a079fef5671fb /.gitignore | |
parent | nix flake check (diff) |
sisu nix package/config updates, ruby on nix current
- current is at ruby 3.3.6
- next is at ruby 3.4.1
- much tidying required
- markup unaffected
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -3,22 +3,19 @@ # git clean -ix # find . -name "*_" | xargs rm -rf * +!.gitignore +!.gitattributes !nix/** !*.nix !flake.lock -!.envrc -!.env -!.env/** !README !COPYRIGHT !CHANGELOG !makefile -!version.txt !configuration.txt !conf/ !conf/** !*.json -!tangle !*.org !org/ !org/*.org @@ -49,5 +46,6 @@ !.gitignore !.gitattributes !.envrc -!.env -!.env/** +!.envrc-local_ +!.envrc-nix +!.envrc-git-init |