From 96a71669197b61012ae557c0092543b3ecf1afe2 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 25 Jan 2022 19:57:19 +0100 Subject: [PATCH] Add global gitignore file --- home/.config/git/global_gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 home/.config/git/global_gitignore diff --git a/home/.config/git/global_gitignore b/home/.config/git/global_gitignore new file mode 100644 index 0000000..366035c --- /dev/null +++ b/home/.config/git/global_gitignore @@ -0,0 +1,25 @@ +# vim: filetype=conf +# Byte-compiled / optimized / DLL Files +__pycache__/ +*.py[cod] +*$py.class + +# Virtual Environments +.venv/ + +# Editor project settings +## VSCode +.vscode/ +## PyCharm intellij +.idea/ +## repl.it +.replit +## spyder +.spyproject/ +.spyderproject/ + +# Custom attributes for folders on Mac OS +.DS_Store + +# Personal TODO files +TODO