Compare commits

...

2 Commits

Author SHA1 Message Date
3040d72a0f Merge pull request 'added gitignore' (#6) from gitignore into main
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 15s
Reviewed-on: #6
2024-11-12 11:47:42 +00:00
897fcd184c added gitignore
All checks were successful
Package and publish helm chart / package-helm (push) Successful in 15s
2024-11-12 12:47:04 +01:00

40
.gitignore vendored Normal file
View File

@ -0,0 +1,40 @@
# General files for the project
pkg/*
*.pyc
bin/*
.project
/.bin
/_test/secrets/*.json
*.tgz
Chart.lock
# OSX leaves these everywhere on SMB shares
._*
# 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