From 0dfdc28da5dfbb780bb85c907d07e5b897cc46d4 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 11 May 2023 16:26:32 -0700 Subject: [PATCH] etc: Add missing ignore files --- default.conf.yaml | 2 ++ etc/ignore | 3 +++ etc/rgignore | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 etc/ignore create mode 100644 etc/rgignore diff --git a/default.conf.yaml b/default.conf.yaml index 64557f3..7f69537 100644 --- a/default.conf.yaml +++ b/default.conf.yaml @@ -32,9 +32,11 @@ ~/.fdignore: etc/fdignore ~/.gitattributes: git/gitattributes ~/.gitignore: git/gitignore + ~/.ignore: etc/ignore ~/.my.cnf: mysql/.my.cnf ~/.profile: etc/profile ~/.psqlrc: psql/.psqlrc + ~/.rgignore: etc/rgignore ~/.task/hooks: task/hooks/ ~/.taskrc: task/.taskrc ~/.tmux.conf: tmux/.tmux.conf diff --git a/etc/ignore b/etc/ignore new file mode 100644 index 0000000..99d23be --- /dev/null +++ b/etc/ignore @@ -0,0 +1,3 @@ +# These are gitignore'd by default, but I edit and search them often. +!.env +!.envrc diff --git a/etc/rgignore b/etc/rgignore new file mode 100644 index 0000000..bc1ea36 --- /dev/null +++ b/etc/rgignore @@ -0,0 +1,2 @@ +.git/ +tags