From 8a1f2149f86b4244662fd6918adba9cc09781c5c Mon Sep 17 00:00:00 2001 From: Lucas Koontz Date: Mon, 22 Apr 2024 12:31:46 -0700 Subject: [PATCH] fix: update gitignore --- .gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8a632414f..a1e5612c2 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ /out/ # production -/build +build/ # misc .DS_Store @@ -41,6 +41,14 @@ next-env.d.ts .vscode/* !.vscode/extensions.json -# Kubernetes / DevOps Nirvana +# PyCharm +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +.idea/ + +# Kubernetes / Gitlab CI Automation / Helm requirements.lock +deployment/*/deployment/*/charts deployment/*/charts