diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-12-28 17:46:35 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-12-28 17:46:35 +0100 |
commit | c4be9294f26a3cf58fc7f1b4e6cd43931c68b639 (patch) | |
tree | c2889efc7f8bed0663292892d11ccdd6a6f05640 /plugins/aliases/.gitignore | |
parent | d806649028f60ee2efc4aac187faf252e32ba1ef (diff) | |
download | zsh-c4be9294f26a3cf58fc7f1b4e6cd43931c68b639.tar.gz zsh-c4be9294f26a3cf58fc7f1b4e6cd43931c68b639.tar.bz2 zsh-c4be9294f26a3cf58fc7f1b4e6cd43931c68b639.zip |
style(acs): fix style and gitignore __pycache__ folder
Diffstat (limited to 'plugins/aliases/.gitignore')
-rw-r--r-- | plugins/aliases/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/aliases/.gitignore b/plugins/aliases/.gitignore new file mode 100644 index 000000000..bee8a64b7 --- /dev/null +++ b/plugins/aliases/.gitignore @@ -0,0 +1 @@ +__pycache__ |