From 42c8bcc60cd81fb9d3bc5f5a5545abb3369ca18c Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 31 Mar 2026 10:30:43 -0300 Subject: [PATCH] fix: do not commit `.crush/.gitignore` (#2531) Having a `.crush/.gitignore` showing on `git diff` just because you started Crush on a directory is annoying. Having the file there is enough. We don't want to commit it. --- .crush/.gitignore | 5 ----- internal/cmd/gitignore/default | 1 - 2 files changed, 6 deletions(-) delete mode 100644 .crush/.gitignore diff --git a/.crush/.gitignore b/.crush/.gitignore deleted file mode 100644 index d90caca51a3c10c96376d5ced388144e633675fd..0000000000000000000000000000000000000000 --- a/.crush/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# This file is automatically generated by Crush. -* -!.gitignore -!skills/ -!skills/** diff --git a/internal/cmd/gitignore/default b/internal/cmd/gitignore/default index d90caca51a3c10c96376d5ced388144e633675fd..4c7618a932ca67ef84dcc5bf8ee17c408cfd3e6e 100644 --- a/internal/cmd/gitignore/default +++ b/internal/cmd/gitignore/default @@ -1,5 +1,4 @@ # This file is automatically generated by Crush. * -!.gitignore !skills/ !skills/**