aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-01-30 21:46:59 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-02-08 16:31:55 -0500
commit615892da80afb671040c8be5d89430ae2fafe180 (patch)
tree8926f3a0f91bdbe9482b1337e849cbd42c980e20 /.gitignore
parentversion & changelog, open commit window (diff)
nix flake, install & devShells etc.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 13 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 50e88cab..504f200a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,11 @@
# git ls-files --others --exclude-from=.git/info/exclude
+# git check-ignore -v flake.lock
+# git clean -ix
+# find . -name "*_" | xargs rm -rf
*
+!nix/**
+!*.nix
+!flake.lock
!README
!COPYRIGHT
!CHANGELOG
@@ -18,13 +24,11 @@
!conf/**
!*.json
!*.org
+!org/
+!org/*.org
!*.rb
!*.txt
!*.yml
-!*.nix
-!nix/
-!nix/**
-!org/
!bin
!bin/sisu
!bin/sisu-*
@@ -40,8 +44,10 @@
!data/sisu/**
!*.sst
!*.ssm
+!*.ssi
!**/*.sst
!**/*.ssm
+!**/*.ssi
!debian/
!debian/changelog
!debian/compat
@@ -74,4 +80,7 @@
*_
.*
!.gitignore
+!.gitattributes
!.envrc
+!.env
+!.env/**