aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-09-29 18:20:06 -0500
committerToby Vincent <tobyv13@gmail.com>2021-09-29 18:20:06 -0500
commitf5e793375de07d28ca9fe1e23478c987611a7f5e (patch)
treef204dc9821bce442ee95b001115328e08f6fa6f7 /.gitignore
parent175cc7d56c31142a406a7e0f38c03c9bb7e2bd7a (diff)
feat: added gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore37
1 files changed, 37 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..593f46a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,37 @@
+
+# Created by https://www.toptal.com/developers/gitignore/api/zsh
+# Edit at https://www.toptal.com/developers/gitignore?templates=zsh
+
+### Zsh ###
+# Zsh compiled script + zrecompile backup
+*.zwc
+*.zwc.old
+
+# Zsh completion-optimization dumpfile
+*zcompdump*
+
+# Zsh zcalc history
+.zcalc_history
+
+# A popular plugin manager's files
+._zinit
+.zinit_lstupd
+
+# zdharma/zshelldoc tool's files
+zsdoc/data
+
+# robbyrussell/oh-my-zsh/plugins/per-directory-history plugin's files
+# (when set-up to store the history in the local directory)
+.directory_history
+
+# MichaelAquilina/zsh-autoswitch-virtualenv plugin's files
+# (for Zsh plugins using Python)
+.venv
+
+# Zunit tests' output
+/tests/_output/*
+!/tests/_output/.gitkeep
+
+# End of https://www.toptal.com/developers/gitignore/api/zsh
+
+ssh/win.config \ No newline at end of file