diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-09 13:02:16 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-06-09 15:00:12 -0400 |
commit | fa631635637ed5487be3f5c989e530a8b8914d2c (patch) | |
tree | aa4052f53c426ef28a23d79a01ebc1371aceba4a /.gitignore | |
parent | org ready ldc-1.41.0-beta1; flake using ldc-1.40.1 (diff) |
- remove ./.env/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -14,10 +14,8 @@ !.envrc-local !.envrc-nix !.envrc-git-init -!.env -!.env/** -!README !README.md +!README !COPYRIGHT !CHANGELOG !makefile @@ -25,6 +23,8 @@ !configuration.txt !*.json !*.sdl +!*.md +!*.txt !tangle !*.org !org @@ -74,15 +74,18 @@ **/.dub/** tmp/** *_.org +*_.md +*_.txt +*_.json *_.nix *_.d *_.txt *_ -!.envrc-local_ *.swp *~ \#* *.\#* +!.envrc-local_ #!*/ #\#* #*.\#* |