1
0
Fork 0

etc: Add missing ignore files

This commit is contained in:
Jeremy Kaplan 2023-05-11 16:26:32 -07:00
commit 0dfdc28da5
3 changed files with 7 additions and 0 deletions

View file

@ -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

3
etc/ignore Normal file
View file

@ -0,0 +1,3 @@
# These are gitignore'd by default, but I edit and search them often.
!.env
!.envrc

2
etc/rgignore Normal file
View file

@ -0,0 +1,2 @@
.git/
tags