etc: Add missing ignore files
This commit is contained in:
parent
1fc3d66510
commit
0dfdc28da5
3 changed files with 7 additions and 0 deletions
|
|
@ -32,9 +32,11 @@
|
||||||
~/.fdignore: etc/fdignore
|
~/.fdignore: etc/fdignore
|
||||||
~/.gitattributes: git/gitattributes
|
~/.gitattributes: git/gitattributes
|
||||||
~/.gitignore: git/gitignore
|
~/.gitignore: git/gitignore
|
||||||
|
~/.ignore: etc/ignore
|
||||||
~/.my.cnf: mysql/.my.cnf
|
~/.my.cnf: mysql/.my.cnf
|
||||||
~/.profile: etc/profile
|
~/.profile: etc/profile
|
||||||
~/.psqlrc: psql/.psqlrc
|
~/.psqlrc: psql/.psqlrc
|
||||||
|
~/.rgignore: etc/rgignore
|
||||||
~/.task/hooks: task/hooks/
|
~/.task/hooks: task/hooks/
|
||||||
~/.taskrc: task/.taskrc
|
~/.taskrc: task/.taskrc
|
||||||
~/.tmux.conf: tmux/.tmux.conf
|
~/.tmux.conf: tmux/.tmux.conf
|
||||||
|
|
|
||||||
3
etc/ignore
Normal file
3
etc/ignore
Normal 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
2
etc/rgignore
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
.git/
|
||||||
|
tags
|
||||||
Loading…
Add table
Add a link
Reference in a new issue