From ef0480304ee42359938415787e031045a832f2c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 19:17:09 +0000 Subject: [PATCH] Added helm dependencies --- .gitignore | 63 ------------------------------------------------------ 1 file changed, 63 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5eac1a800..000000000 --- a/.gitignore +++ /dev/null @@ -1,63 +0,0 @@ -# OSX -._* -.DS_Store - -# intellij files -.idea/* - -# Eclipse files -.classpath -.project -.settings/** - -# visual studio code -.vscode/* - -# Emacs save files -*~ -\#*\# -.\#* - -# Vim-related files -[._]*.s[a-w][a-z] -[._]s[a-w][a-z] -*.un~ -Session.vim -.netrwhist - -# mkdocs -site - -# temporal github pages -gh-pages - -# Docker-based builds -test/binaries - -# coverage artifacts -.coverprofile -gover.coverprofile - -e2e-tests -coverage.txt -test/e2e/e2e\.test -.env -.gocache/ -bin -test/e2e-image/wait-for-nginx.sh -.cache -.modcache -cover.out - -# secret terraform variables -build/images/nginx/aws.tfvars -build/images/nginx/env.tfvars - -images/fastcgi-helloserver/rootfs/fastcgi-helloserver - -cmd/plugin/release/ingress-nginx.yaml -cmd/plugin/release/*.tar.gz -cmd/plugin/release/LICENSE -tmp/ -test/junitreports/ -tests/__snapshot__