From 2f5848571b15057f19a95d286e1f4299de0dccc2 Mon Sep 17 00:00:00 2001 From: PJ Linebaugh Date: Thu, 9 Nov 2023 18:17:42 -0500 Subject: [PATCH] add some ignores --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.gitignore b/.gitignore index 1cb9833..2511975 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,32 @@ +# IDE +.idea + +# OSX trash +.DS_Store + +# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA +.idea/ +*.iml + +# Vscode files +.vscode + +# Emacs save files +*~ +\#*\# +.\#* + +# Vim-related files +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +*.un~ +Session.vim +.netrwhist + +# Chart dependencies +**/charts/*.tgz + +.history + .image-registry-auth-config-env.sh +host