diff --git a/Examples.md b/Examples.md index 14c8f63..f5be8ba 100644 --- a/Examples.md +++ b/Examples.md @@ -433,6 +433,11 @@ fstash() { done } ``` + +Create a gitignore file from [gitignore.io](http://gitignore.io): + +https://gist.github.com/phha/cb4f4bb07519dc494609792fb918e167 + ### Tags ```sh @@ -800,4 +805,3 @@ bindkey "${FZF_MARKER_MAIN_KEY:-\C-@}" _fzf_marker_main_widget bindkey "${FZF_MARKER_PLACEHOLDER_KEY:-\C-v}" _fzf_marker_placeholder_widget ``` -