Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/target
_local
.idea
.git
varia/Dockerfile.tests
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/target
**/*.rs.bk
_local/
_local
1 change: 1 addition & 0 deletions varia/ego-completion.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function _ego {
{-h,--help}'[Show help information]' \
{-u+,--user=}'[Specify a username]:user:_users' \
{-v,--verbose}'[Verbose output]' \
{-vv,-vvv}'[More verbose]' \
'--sudo[Execute using sudo]' \
'--machinectl[Execute using machinectl]' \
'--[]' \
Expand Down